Geralt-Targaryen commited on
Commit
0a2491e
·
verified ·
1 Parent(s): 5bb260c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -3
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.