alvanlii commited on
Commit
689222b
1 Parent(s): 54f8bcb

Update utilities/readme_update.py

Browse files
Files changed (1) hide show
  1. utilities/readme_update.py +3 -3
utilities/readme_update.py CHANGED
@@ -64,9 +64,9 @@ def append_to_readme(subreddit: str, new_rows: int, old_readme: str) -> str:
64
 
65
  readme_text = f"""
66
  ## Dataset Overview
67
- The goal is to have an open dataset of [r/{subreddit}](https://www.reddit.com/r/{subreddit}/) submissions. I'm leveraging PRAW and the Reddit API to get downloads.
68
-
69
- There is a limit of 1000 in an API call and limited search functionality, so this is run {frequency} to get new submissions.
70
 
71
  ## Creation Details
72
  This dataset was created by [{username}/dataset-creator-reddit-{subreddit}](https://huggingface.co/spaces/{username}/dataset-creator-reddit-{subreddit})
 
64
 
65
  readme_text = f"""
66
  ## Dataset Overview
67
+ The goal is to have an open dataset of [r/{subreddit}](https://www.reddit.com/r/{subreddit}/) submissions, leveraging PRAW and the Reddit API to get downloads.
68
+ - Posts are [here](https://huggingface.co/datasets/alvanlii/reddit-uwaterloo)
69
+ - Comments are [here](https://huggingface.co/datasets/alvanlii/reddit-comments-uwaterloo)
70
 
71
  ## Creation Details
72
  This dataset was created by [{username}/dataset-creator-reddit-{subreddit}](https://huggingface.co/spaces/{username}/dataset-creator-reddit-{subreddit})