pszemraj commited on
Commit
5b6ac8b
1 Parent(s): db7111b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -161,11 +161,19 @@ tags:
161
 
162
  Posts in [upvoteweb](https://huggingface.co/datasets/OpenCo7/UpVoteWeb).
163
 
 
164
 
165
 
 
 
 
 
 
 
 
166
  ## lang details
167
 
168
- Some simple counts:
169
 
170
  ```
171
  language
 
161
 
162
  Posts in [upvoteweb](https://huggingface.co/datasets/OpenCo7/UpVoteWeb).
163
 
164
+ ## configs
165
 
166
 
167
+ There are several configs representing different permutations of this dataset:
168
+
169
+ - `default`: largely unfiltered/unprocessed original data
170
+ - `eduscored`: the "eduscore" predicted on the `text` column with [huggingface's trained classifier](https://hf.co/HuggingFaceFW/fineweb-edu-classifier)
171
+ - `en-clean`: filter `language` for `en` and `language_score` for > `0.6`. Run [clean-text](https://pypi.org/project/clean-text/) on the `text` col, preserving casing
172
+ - `image-dataset-sample`: filter for posts with `score` > 2000, at least one URL that points to an image. Load the first image URL into a new `image` col, and resize it to have a max dim of 2048
173
+
174
  ## lang details
175
 
176
+ Some simple counts in `default`:
177
 
178
  ```
179
  language