Update README.md
Browse files
README.md
CHANGED
@@ -22,4 +22,20 @@ configs:
|
|
22 |
data_files:
|
23 |
- split: train
|
24 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
data_files:
|
23 |
- split: train
|
24 |
path: data/train-*
|
25 |
+
language:
|
26 |
+
- zht
|
27 |
+
- zh
|
28 |
+
task_categories:
|
29 |
+
- text-generation
|
30 |
+
- fill-mask
|
31 |
+
pretty_name: Common Crawl Traditional Chinese
|
32 |
+
size_categories:
|
33 |
+
- 1M<n<10M
|
34 |
---
|
35 |
+
|
36 |
+
|
37 |
+
# Dataset Card for Common Crawl Traditional Chinese
|
38 |
+
|
39 |
+
- De-duplicated version of [jed351/Traditional-Chinese-Common-Crawl-Filtered](https://huggingface.co/datasets/jed351/Traditional-Chinese-Common-Crawl-Filtered?row=56).
|
40 |
+
- De-duplicated with [MinHash](https://en.wikipedia.org/wiki/MinHash)
|
41 |
+
- Is suggested to filter the dataset with NLU models before **any** serious use.
|