add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ license:
|
|
10 |
multilinguality:
|
11 |
- monolingual
|
12 |
paperswithcode_id: lccc
|
13 |
-
pretty_name:
|
14 |
size_categories:
|
15 |
- 10M<n<100M
|
16 |
source_datasets:
|
@@ -19,6 +19,33 @@ task_categories:
|
|
19 |
- conversational
|
20 |
task_ids:
|
21 |
- dialogue-generation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for LCCC
|
@@ -186,4 +213,4 @@ SOFTWARE.
|
|
186 |
|
187 |
### Contributions
|
188 |
|
189 |
-
Thanks to [Yinhe Zheng](https://github.com/silverriver) for adding this dataset.
|
|
|
10 |
multilinguality:
|
11 |
- monolingual
|
12 |
paperswithcode_id: lccc
|
13 |
+
pretty_name: 'LCCC: Large-scale Cleaned Chinese Conversation corpus'
|
14 |
size_categories:
|
15 |
- 10M<n<100M
|
16 |
source_datasets:
|
|
|
19 |
- conversational
|
20 |
task_ids:
|
21 |
- dialogue-generation
|
22 |
+
dataset_info:
|
23 |
+
- config_name: large
|
24 |
+
features:
|
25 |
+
- name: dialog
|
26 |
+
list: string
|
27 |
+
splits:
|
28 |
+
- name: train
|
29 |
+
num_bytes: 1530827965
|
30 |
+
num_examples: 12007759
|
31 |
+
download_size: 607605643
|
32 |
+
dataset_size: 1530827965
|
33 |
+
- config_name: base
|
34 |
+
features:
|
35 |
+
- name: dialog
|
36 |
+
list: string
|
37 |
+
splits:
|
38 |
+
- name: test
|
39 |
+
num_bytes: 1498216
|
40 |
+
num_examples: 10000
|
41 |
+
- name: train
|
42 |
+
num_bytes: 932634902
|
43 |
+
num_examples: 6820506
|
44 |
+
- name: validation
|
45 |
+
num_bytes: 2922731
|
46 |
+
num_examples: 20000
|
47 |
+
download_size: 371475095
|
48 |
+
dataset_size: 937055849
|
49 |
---
|
50 |
|
51 |
# Dataset Card for LCCC
|
|
|
213 |
|
214 |
### Contributions
|
215 |
|
216 |
+
Thanks to [Yinhe Zheng](https://github.com/silverriver) for adding this dataset.
|