Update README.md
Browse files
README.md
CHANGED
@@ -23,4 +23,10 @@ license: apache-2.0
|
|
23 |
|
24 |
Total number of samples: 16,546.
|
25 |
|
26 |
-
Size of downloaded parquet files: 2.8G.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
|
24 |
Total number of samples: 16,546.
|
25 |
|
26 |
+
Size of downloaded parquet files: 2.8G.
|
27 |
+
|
28 |
+
### Filtered Version
|
29 |
+
|
30 |
+
There is a model-filtered version in the filter branch, including 13,713 samples (2.3G).
|
31 |
+
|
32 |
+
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.
|