Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -21,6 +21,38 @@ task_ids:
|
|
21 |
size_categories:
|
22 |
- 10K<n<100K
|
23 |
paperswithcode_id: crd3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
---
|
25 |
|
26 |
# Dataset Card for "crd3"
|
@@ -184,4 +216,4 @@ conference = {ACL}
|
|
184 |
|
185 |
### Contributions
|
186 |
|
187 |
-
Thanks to [@thomwolf](https://github.com/thomwolf), [@lhoestq](https://github.com/lhoestq), [@mariamabarham](https://github.com/mariamabarham), [@lewtun](https://github.com/lewtun) for adding this dataset.
|
|
|
21 |
size_categories:
|
22 |
- 10K<n<100K
|
23 |
paperswithcode_id: crd3
|
24 |
+
dataset_info:
|
25 |
+
features:
|
26 |
+
- name: chunk
|
27 |
+
dtype: string
|
28 |
+
- name: chunk_id
|
29 |
+
dtype: int32
|
30 |
+
- name: turn_start
|
31 |
+
dtype: int32
|
32 |
+
- name: turn_end
|
33 |
+
dtype: int32
|
34 |
+
- name: alignment_score
|
35 |
+
dtype: float32
|
36 |
+
- name: turns
|
37 |
+
list:
|
38 |
+
- name: names
|
39 |
+
sequence: string
|
40 |
+
- name: utterances
|
41 |
+
sequence: string
|
42 |
+
- name: number
|
43 |
+
dtype: int32
|
44 |
+
splits:
|
45 |
+
- name: test
|
46 |
+
num_bytes: 40269203
|
47 |
+
num_examples: 7500
|
48 |
+
- name: train
|
49 |
+
num_bytes: 236605152
|
50 |
+
num_examples: 38969
|
51 |
+
- name: validation
|
52 |
+
num_bytes: 41543528
|
53 |
+
num_examples: 6327
|
54 |
+
download_size: 117519820
|
55 |
+
dataset_size: 318417883
|
56 |
---
|
57 |
|
58 |
# Dataset Card for "crd3"
|
|
|
216 |
|
217 |
### Contributions
|
218 |
|
219 |
+
Thanks to [@thomwolf](https://github.com/thomwolf), [@lhoestq](https://github.com/lhoestq), [@mariamabarham](https://github.com/mariamabarham), [@lewtun](https://github.com/lewtun) for adding this dataset.
|