Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- zh
|
4 |
+
---
|
5 |
+
|
6 |
+
# Traditional Chinese C4
|
7 |
+
|
8 |
+
### Dataset Summary
|
9 |
+
|
10 |
+
Data obtained from 2023-14 Common Crawl.
|
11 |
+
|
12 |
+
|
13 |
+
Downloaded and processed using [code](https://github.com/jedcheng/c4-dataset-script) based on another [project](https://github.com/shjwudp/c4-dataset-script) attempting to recreate the C4 dataset.
|
14 |
+
|
15 |
+
|
16 |
+
The resultant dataset contains both simplified and traditional Chinese.
|
17 |
+
It was then filtered using a [modified list](https://github.com/jedcheng/c4-dataset-script/blob/master/SC_filter/SC_list.txt) of simplified Chinese characters to obtain [another traditional Chinese dataset](https://huggingface.co/datasets/jed351/Traditional-Chinese-Common-Crawl-Filtered).
|
18 |
+
|
19 |
+
|
20 |
+
|
21 |
+
I would like to acknowledge computational resources and support provided by the Imperial College Research Computing Service (http://doi.org/10.14469/hpc/2232)
|