Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,8 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
|
5 |
+
A cleaned version of [CCI3](https://huggingface.co/datasets/BAAI/CCI3-Data) (first 700 files), where:
|
6 |
+
- All files with encoding errors (can't be read with pandas.read_json) are removed.
|
7 |
+
- Samples with fewer than 100 characters are removed.
|
8 |
+
- The jsonl files are converted to parquet for disk space efficiency.
|