ZSvedic commited on
Commit
98f762a
·
verified ·
1 Parent(s): 6aba912

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -9
README.md CHANGED
@@ -9,9 +9,7 @@ size_categories:
9
  ---
10
  # Dataset Summary
11
 
12
- The "humor-chain" dataset is a machine-filtered collection of most upvoted Reddit's sumbissions and their replies.
13
- Generally, a humor chain is when a short post trigers a chain of one or more replies *that redditors find entertaining*.
14
- In other words, some entries might be NSFW, topical or internal jokes.
15
 
16
  For example ([original thread](https://www.reddit.com/r/funny/comments/cmb3z/im_dating_a_midget/?sort=top)):
17
  ![Screenshot-reddit-chain.png](https://cdn-uploads.huggingface.co/production/uploads/6564a7606c9793d92e715f33/YKtjZD6V1auH1DVaofQo2.png)
@@ -20,12 +18,10 @@ For example ([original thread](https://www.reddit.com/r/funny/comments/cmb3z/im_
20
 
21
  ## License
22
 
23
- Dataset was created from Reddit's public user-generated content.
24
- Reddit's license states in section "2.4 User Content" that such content is [ownership of individual reddit's users](https://www.redditinc.com/policies/data-api-terms#:~:text=2.4%20User%20Content,not%20by%20Reddit.) and not Reddit itself.
25
- For privacy reasons, all users names were removed and replaced by "human" (original submission) and "gpt" (all replies).
26
- That format is convinient for fine-tuning GPT models, e.g. in [Axolotl](https://github.com/OpenAccess-AI-Collective/axolotl) calls it ["sharegpt" type](https://openaccess-ai-collective.github.io/axolotl/docs/dataset-formats/conversation.html#sharegpt).
27
-
28
- ToDo
29
 
30
  ## Dataset Creation
31
 
@@ -38,3 +34,4 @@ ToDo
38
 
39
  ## Curated by
40
 
 
 
9
  ---
10
  # Dataset Summary
11
 
12
+ The "humor-chain" dataset is a machine-filtered collection of the most upvoted Reddit submissions and their replies. Generally, a humor chain is when a short post triggers a chain of one or more replies *that Redditors find entertaining*. In other words, some entries might be NSFW, topical, or internal jokes.
 
 
13
 
14
  For example ([original thread](https://www.reddit.com/r/funny/comments/cmb3z/im_dating_a_midget/?sort=top)):
15
  ![Screenshot-reddit-chain.png](https://cdn-uploads.huggingface.co/production/uploads/6564a7606c9793d92e715f33/YKtjZD6V1auH1DVaofQo2.png)
 
18
 
19
  ## License
20
 
21
+ The dataset was created from Reddit's public user-generated content.
22
+ Reddit's license states in section "2.4 User Content" that such content is [ownership of individual reddit users](https://www.redditinc.com/policies/data-api-terms#:~:text=2.4%20User%20Content,not%20by%20Reddit.) and not Reddit itself.
23
+ For privacy reasons, all usernames were removed and replaced by "human" (original submission) and "gpt" (all replies).
24
+ That format is convenient for fine-tuning GPT models, e.g., in [Axolotl](https://github.com/OpenAccess-AI-Collective/axolotl) calls it ["sharegpt" type](https://openaccess-ai-collective.github.io/axolotl/docs/dataset-formats/conversation.html#sharegpt).
 
 
25
 
26
  ## Dataset Creation
27
 
 
34
 
35
  ## Curated by
36
 
37
+ ToDo