ZSvedic commited on
Commit
f92dd9a
·
verified ·
1 Parent(s): 1d55f6d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -21,11 +21,12 @@ For example ([original thread](https://www.reddit.com/r/funny/comments/cmb3z/im_
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., [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
 
28
- ToDo
 
29
 
30
 
31
  ## Citation [optional]
 
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) that is ["sharegpt" format type](https://openaccess-ai-collective.github.io/axolotl/docs/dataset-formats/conversation.html#sharegpt).
25
 
26
  ## Dataset Creation
27
 
28
+ 1. Reddit's API was not used directly, as it switched to a quite restrictive license. Instead, we used older Reddit dump [Subreddit comments/submissions 2005-06 to 2023-12](https://academictorrents.com/details/56aa49f9653ba545f48df2e33679f014d2829c10). Inside big torrent file are zstandard compressed ndjson files, each representing a subreddit.
29
+ 2. We downloaded a portion of subreddits from [List of funny subreddits](https://www.reddit.com/r/redditlists/comments/128ayc/list_of_funny_subreddits/).
30
 
31
 
32
  ## Citation [optional]