derek-thomas HF staff commited on
Commit
a9b0348
1 Parent(s): 8dfc9ac

Updating opt-out with a link to the file

Browse files
Files changed (1) hide show
  1. utilities/readme_update.py +6 -1
utilities/readme_update.py CHANGED
@@ -79,7 +79,12 @@ The dataset is updated {frequency} with the most recent update being `{latest_ho
79
  [License information]
80
 
81
  ## Opt-out
82
- To opt-out of this dataset please make a pull request with your justication and add your id in `filter_ids.json`
 
 
 
 
 
83
  """
84
 
85
  if GENERATED_BELOW_MARKER in old_readme:
 
79
  [License information]
80
 
81
  ## Opt-out
82
+ To opt-out of this dataset please make a pull request with your justification and add your ids in filter_ids.json
83
+
84
+ 1. Go to [filter_ids.json](https://huggingface.co/spaces/reddit-tools-HF/dataset-creator-reddit-bestofredditorupdates/blob/main/filter_ids.json)
85
+ 2. Click Edit
86
+ 3. Add your ids, 1 per row
87
+ 4. Comment with your justification
88
  """
89
 
90
  if GENERATED_BELOW_MARKER in old_readme: