Update README.md
Browse files
README.md
CHANGED
@@ -20,4 +20,19 @@ configs:
|
|
20 |
data_files:
|
21 |
- split: train
|
22 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
data_files:
|
21 |
- split: train
|
22 |
path: data/train-*
|
23 |
+
language:
|
24 |
+
- zht
|
25 |
+
- zh
|
26 |
+
task_categories:
|
27 |
+
- text-generation
|
28 |
+
- fill-mask
|
29 |
+
pretty_name: C4-zhtw
|
30 |
+
size_categories:
|
31 |
+
- 100M<n<1B
|
32 |
---
|
33 |
+
|
34 |
+
# Dataset Card for C4-zhtw
|
35 |
+
|
36 |
+
- Traditional Chinese subset of the C4 dataset.
|
37 |
+
- De-duplicated with [MinHash](https://en.wikipedia.org/wiki/MinHash).
|
38 |
+
- Is suggested to filter the dataset with NLU models before **any** serious use.
|