Update README.md
Browse files
README.md
CHANGED
@@ -37,4 +37,16 @@ About 16K documents are removed in this step.
|
|
37 |
|
38 |
Number of samples: 133,969,328.
|
39 |
|
40 |
-
Size of downloaded parquet files: 221G.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
|
38 |
Number of samples: 133,969,328.
|
39 |
|
40 |
+
Size of downloaded parquet files: 221G.
|
41 |
+
|
42 |
+
### Filtered Version
|
43 |
+
|
44 |
+
There is a model-filtered version in the [filtered branch](https://huggingface.co/datasets/Geralt-Targaryen/CC-News/tree/filtered), including 132,214,420 samples (219G parquet files).
|
45 |
+
|
46 |
+
Qwen2.5-32B-Instruct is used to generate language quality annotation (on a scale of 1-5) for 250K C4 samples. A RoBERT-large classifier is trained with regression on these annotations. Any document receiving a score of 1 or 2 from the classifier is removed. The remaining documents are also accompanied by their scores.
|
47 |
+
|
48 |
+
You can download this version by specifying the `--revision` argument:
|
49 |
+
|
50 |
+
```
|
51 |
+
huggingface-cli download --repo-type dataset Geralt-Targaryen/CC-News --revision filtered --local-dir .
|
52 |
+
```
|