aaronday3 commited on
Commit
67f2604
1 Parent(s): 7ddf59b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -9
README.md CHANGED
@@ -4,19 +4,28 @@ license: apache-2.0
4
 
5
  [Cute anime girl image, reddit?]
6
 
7
- ## Reddit Writing Prompts
8
 
9
- This dataset consists of r/DirtyWritingPrompts and r/WritingPrompts 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.
10
 
11
- We include submission, writing prompt and score (upvotes - downvotes)
 
 
 
12
 
13
- Why? Because Human data makes models way more creative in terms of the story contents, descriptions used, and increases variance in sentence structures. Most importantly, it makes the model really creative and intelligent in ways that you wouldn't think of it you only used LLMs that were distilled from GPT-4 or Opus.
14
 
15
- ## We did include tags from the subreddits in the prompts
 
 
 
16
 
17
- You might want to remove some entries based on tags depending on what you want to do.
18
 
19
- LIST OF ALL SUBMISSION TAGS AND MEANINGS taken from [subreddit](https://www.reddit.com/r/DirtyWritingPrompts/):
 
 
 
20
  <details>
21
  <summary>List</summary>
22
 
@@ -77,9 +86,9 @@ Theme Thursday: For posts adhering to the theme that is set every Thursday. Must
77
 
78
  ### Cleaning Related
79
 
80
- We removed submissions under 400 chararacters as they are often not very helpful/unrelated/spam
81
 
82
- We also removed any submission that includes any of the banned strings below
83
  ```
84
  BANNED_STRINGS = [ # Auto bot responses
85
  "Please put all comments into the reply chain of this comment. Only submissions should be top-level replies.",
 
4
 
5
  [Cute anime girl image, reddit?]
6
 
7
+ ## **Reddit Writing Prompts**
8
 
9
+ **This dataset consists of r/DirtyWritingPrompts and r/WritingPrompts 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.**
10
 
11
+ **We include:**
12
+ - **Submission**
13
+ - **Writing prompt**
14
+ - **Score (upvotes - downvotes)**
15
 
16
+ **Why?**
17
 
18
+ - **Human data makes models way more creative in terms of the story contents.**
19
+ - **Increases variance in sentence structures.**
20
+ - **Enhances the descriptions used.**
21
+ - **Makes the model really creative and intelligent in ways that you wouldn't think of if you only used LLMs distilled from GPT-4 or Opus.**
22
 
23
+ ## **We did include tags from the subreddits in the prompts**
24
 
25
+ **You might want to remove some entries based on tags depending on what you want to do.**
26
+
27
+ **LIST OF ALL SUBMISSION TAGS AND MEANINGS**
28
+ taken from [subreddit](https://www.reddit.com/r/DirtyWritingPrompts/):
29
  <details>
30
  <summary>List</summary>
31
 
 
86
 
87
  ### Cleaning Related
88
 
89
+ **We removed submissions under 400 chararacters** as they are often not very helpful/unrelated/spam
90
 
91
+ We also removed any submission that includes any of the **banned strings** below
92
  ```
93
  BANNED_STRINGS = [ # Auto bot responses
94
  "Please put all comments into the reply chain of this comment. Only submissions should be top-level replies.",