aaronday3's picture
Update README.md
aa01cc0 verified
---
license: apache-2.0
tags:
- not-for-all-audiences
---
<img src="https://cdn-uploads.huggingface.co/production/uploads/630cf5d14ca0a22768bbe10c/a6gNM1vXyGuZXU3gwkpYb.png" alt="" width="600"/>
# What is this?
**This dataset consists of r/DirtyWritingPrompts (NSFW) and r/WritingPrompts (SFW) cleaned and organised from [Entirety of Reddit Dataset](https://huggingface.co/datasets/nothingiisreal/entirety_of_reddit/) basically human equivalent of [Gryphe's Opus-WritingPrompts](https://huggingface.co/datasets/Gryphe/Opus-WritingPrompts) but around 100x more data.**
**Dataset Size:** 1.4GB
**Estimated Row Count:** 100K+
**We include:**
- **Submission**
- **Writing prompt**
- **Score (upvotes - downvotes)**
**Why?**
- **Human data makes models way more creative.**
- **Makes models way more FUN to talk to**
- **Increases variance in sentence structures, language used, subjects brought up.**
- **Enhances descriptions and specificity.**
- **Makes the model really creative and intelligent in ways that current Instruct models suck at.**
# We did include tags from the subreddits in the prompts
**You might want to remove some entries based on tags depending on what you want to do.**
**LIST OF ALL SUBMISSION TAGS AND MEANINGS**
taken from [subreddit](https://www.reddit.com/r/DirtyWritingPrompts/):
<details>
<summary>List</summary>
[WP]
Writing Prompt (This tag was redacted and is implied unless a different tag overrides it.): A basic, textual writing prompt. A writing prompt is a phrase, theme, scenario, action, etc., which is used to inspire a writer to develop a story line.
Formatted input:
[QP]
Quote inspired prompt: A famous (or not so famous) quotation as a prompt.
[MP]
Media Prompt: Media, other than images, as prompts (videos, gifs, etc).
Please be aware of Reddit’s guidelines on posting media.
Formatted output:
[CW]
Constrained Writing: If the replies are sought with constraints on the writing (length, restricted words, characters, etc.).The constraint must be mentioned in the title/body of the post.
[POETRY]
Erotic Poetry: If the replies are sought in the form of a poem.
[SF]
Script Format: If the replies are sought in the form of a script.
Lore based:
[CS]
Continuous Writing: If you want multiple users to collaborate to create one continuous (or branched!) story. Users can choose to continue the story from any comment by replying to it or start their own chain.
[EU] Established Universe: If you want the story to take place in an established fictional universe i.e. Harry Potter, Star Wars, etc.
Please mention which EU your prompt is about either in the title (e.g. [EU][Harry Potter] Hermione casts a lust spell), in the prompt's text description, or in a reply to the Automod comment.
[RF]
Reality Fiction: If you want fictional stories involving real people and/or real events.
Writer’s posts:
[PI]
Prompt Inspired: If you wrote a story for a prompt but didn’t submit it and it has been more than one week since the prompt was posted, you can submit the story as its own post.
[CC]
Constructive criticism: If you wrote a story and want constructive feedback on it, you can submit the story as its own post. The story does not have to be based on a prompt.
[PM]
Prompt Me: If you want to write stories to prompts people give to you specifically, you can make a post inviting prompts in the comments and then reply to the ones you like with stories.
Miscellaneous:
[META]
Meta: For discussions about the state of the subreddit or something related to the functioning of the subreddit.
[OT]
Off-Topic: For any off-topic discussions not strictly relevant to the subreddit. Rarely used.
[CONTEST]
Contest: For the regularly held, subreddit-wide contests that all users can participate in.
[TT]
Theme Thursday: For posts adhering to the theme that is set every Thursday. Must be used with another submission tag.
</details>
.
# Cleaning Related
**We removed submissions under 400 chararacters** as they are often not very helpful/unrelated/spam
We also removed any submission that includes any of the **banned strings** below
```
BANNED_STRINGS = [ # Auto bot responses
"Please put all comments into the reply chain of this comment. Only submissions should be top-level replies.",
"Your submission has been removed because it is not properly tagged.",
"All top-level comments must be a story or poem. Reply here for other comments",
"I am a bot, and this action was performed automatically. Please",
"Unfortunately your post has been removed",
"Unfortunately your post has been removed",
"Unfortunately your submission",
"Unfortunately you post has been removed",
"Just a reminder that sexual content featuring minors is not allowed",
"Your post does not have a submission tag",
"Just a reminder you do not need to use the [WP] tag",
"Your post was removed",
"Just a reminder all top level",
"I've changed the flair for you",
"Submissions not adhering to this guideline"
]
```