Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -18,6 +18,10 @@ language:
|
|
18 |
|
19 |
From https://data.statmt.org/cc-100/, only zh-Hant - Chinese (Traditional). Broken into lines, with each line as a row.
|
20 |
|
|
|
|
|
|
|
|
|
21 |
## References
|
22 |
|
23 |
Please cite the following if you found the resources in the CC-100 corpus useful.
|
|
|
18 |
|
19 |
From https://data.statmt.org/cc-100/, only zh-Hant - Chinese (Traditional). Broken into lines, with each line as a row.
|
20 |
|
21 |
+
Estimated to have around 4B tokens when tokenized with the [`bigscience/bloom`](https://huggingface.co/bigscience/bloom) tokenizer.
|
22 |
+
|
23 |
+
There's another version that the text is split by paragraphs instead of lines: [`zetavg/CC-100-zh-Hant-merged`](https://huggingface.co/datasets/zetavg/CC-100-zh-Hant-merged).
|
24 |
+
|
25 |
## References
|
26 |
|
27 |
Please cite the following if you found the resources in the CC-100 corpus useful.
|