Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,10 +1,17 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
dataset_info:
|
3 |
features:
|
4 |
- name: url
|
5 |
dtype: string
|
6 |
- name: timestamp
|
7 |
-
dtype:
|
8 |
- name: content_language
|
9 |
dtype: string
|
10 |
- name: content_type
|
@@ -13,22 +20,15 @@ dataset_info:
|
|
13 |
dtype: string
|
14 |
splits:
|
15 |
- name: train
|
16 |
-
num_bytes:
|
17 |
num_examples: 2967556
|
18 |
-
download_size:
|
19 |
-
dataset_size:
|
20 |
configs:
|
21 |
- config_name: default
|
22 |
data_files:
|
23 |
- split: train
|
24 |
path: data/train-*
|
25 |
-
task_categories:
|
26 |
-
- text-generation
|
27 |
-
- fill-mask
|
28 |
-
language:
|
29 |
-
- zh
|
30 |
-
size_categories:
|
31 |
-
- 1M<n<10M
|
32 |
---
|
33 |
# Dataset Card for "c4-chinese-zhtw"
|
34 |
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- zh
|
4 |
+
size_categories:
|
5 |
+
- 1M<n<10M
|
6 |
+
task_categories:
|
7 |
+
- text-generation
|
8 |
+
- fill-mask
|
9 |
dataset_info:
|
10 |
features:
|
11 |
- name: url
|
12 |
dtype: string
|
13 |
- name: timestamp
|
14 |
+
dtype: string
|
15 |
- name: content_language
|
16 |
dtype: string
|
17 |
- name: content_type
|
|
|
20 |
dtype: string
|
21 |
splits:
|
22 |
- name: train
|
23 |
+
num_bytes: 12480603148
|
24 |
num_examples: 2967556
|
25 |
+
download_size: 8659425404
|
26 |
+
dataset_size: 12480603148
|
27 |
configs:
|
28 |
- config_name: default
|
29 |
data_files:
|
30 |
- split: train
|
31 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
---
|
33 |
# Dataset Card for "c4-chinese-zhtw"
|
34 |
|