add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ license:
|
|
9 |
- unknown
|
10 |
multilinguality:
|
11 |
- monolingual
|
12 |
-
pretty_name:
|
13 |
size_categories:
|
14 |
- 1M<n<10M
|
15 |
source_datasets:
|
@@ -19,6 +19,54 @@ task_categories:
|
|
19 |
task_ids:
|
20 |
- dialogue-generation
|
21 |
paperswithcode_id: ubuntu-dialogue-corpus
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for "ubuntu_dialogs_corpus"
|
@@ -183,4 +231,4 @@ The data fields are the same among all splits.
|
|
183 |
|
184 |
### Contributions
|
185 |
|
186 |
-
Thanks to [@thomwolf](https://github.com/thomwolf), [@patrickvonplaten](https://github.com/patrickvonplaten), [@lewtun](https://github.com/lewtun) for adding this dataset.
|
|
|
9 |
- unknown
|
10 |
multilinguality:
|
11 |
- monolingual
|
12 |
+
pretty_name: UDC (Ubuntu Dialogue Corpus)
|
13 |
size_categories:
|
14 |
- 1M<n<10M
|
15 |
source_datasets:
|
|
|
19 |
task_ids:
|
20 |
- dialogue-generation
|
21 |
paperswithcode_id: ubuntu-dialogue-corpus
|
22 |
+
dataset_info:
|
23 |
+
- config_name: train
|
24 |
+
features:
|
25 |
+
- name: Context
|
26 |
+
dtype: string
|
27 |
+
- name: Utterance
|
28 |
+
dtype: string
|
29 |
+
- name: Label
|
30 |
+
dtype: int32
|
31 |
+
splits:
|
32 |
+
- name: train
|
33 |
+
num_bytes: 525126729
|
34 |
+
num_examples: 1000000
|
35 |
+
download_size: 0
|
36 |
+
dataset_size: 525126729
|
37 |
+
- config_name: dev_test
|
38 |
+
features:
|
39 |
+
- name: Context
|
40 |
+
dtype: string
|
41 |
+
- name: Ground Truth Utterance
|
42 |
+
dtype: string
|
43 |
+
- name: Distractor_0
|
44 |
+
dtype: string
|
45 |
+
- name: Distractor_1
|
46 |
+
dtype: string
|
47 |
+
- name: Distractor_2
|
48 |
+
dtype: string
|
49 |
+
- name: Distractor_3
|
50 |
+
dtype: string
|
51 |
+
- name: Distractor_4
|
52 |
+
dtype: string
|
53 |
+
- name: Distractor_5
|
54 |
+
dtype: string
|
55 |
+
- name: Distractor_6
|
56 |
+
dtype: string
|
57 |
+
- name: Distractor_7
|
58 |
+
dtype: string
|
59 |
+
- name: Distractor_8
|
60 |
+
dtype: string
|
61 |
+
splits:
|
62 |
+
- name: test
|
63 |
+
num_bytes: 27060502
|
64 |
+
num_examples: 18920
|
65 |
+
- name: validation
|
66 |
+
num_bytes: 27663181
|
67 |
+
num_examples: 19560
|
68 |
+
download_size: 0
|
69 |
+
dataset_size: 54723683
|
70 |
---
|
71 |
|
72 |
# Dataset Card for "ubuntu_dialogs_corpus"
|
|
|
231 |
|
232 |
### Contributions
|
233 |
|
234 |
+
Thanks to [@thomwolf](https://github.com/thomwolf), [@patrickvonplaten](https://github.com/patrickvonplaten), [@lewtun](https://github.com/lewtun) for adding this dataset.
|