Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
|
@@ -21,6 +21,36 @@ task_ids:
|
|
| 21 |
- dialogue-generation
|
| 22 |
- open-domain-qa
|
| 23 |
paperswithcode_id: empatheticdialogues
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
---
|
| 25 |
|
| 26 |
# Dataset Card for "empathetic_dialogues"
|
|
@@ -191,4 +221,4 @@ Creative Commons [Attribution-NonCommercial 4.0 International](https://creativec
|
|
| 191 |
|
| 192 |
### Contributions
|
| 193 |
|
| 194 |
-
Thanks to [@thomwolf](https://github.com/thomwolf), [@patrickvonplaten](https://github.com/patrickvonplaten), [@lewtun](https://github.com/lewtun) for adding this dataset.
|
|
|
|
| 21 |
- dialogue-generation
|
| 22 |
- open-domain-qa
|
| 23 |
paperswithcode_id: empatheticdialogues
|
| 24 |
+
dataset_info:
|
| 25 |
+
features:
|
| 26 |
+
- name: conv_id
|
| 27 |
+
dtype: string
|
| 28 |
+
- name: utterance_idx
|
| 29 |
+
dtype: int32
|
| 30 |
+
- name: context
|
| 31 |
+
dtype: string
|
| 32 |
+
- name: prompt
|
| 33 |
+
dtype: string
|
| 34 |
+
- name: speaker_idx
|
| 35 |
+
dtype: int32
|
| 36 |
+
- name: utterance
|
| 37 |
+
dtype: string
|
| 38 |
+
- name: selfeval
|
| 39 |
+
dtype: string
|
| 40 |
+
- name: tags
|
| 41 |
+
dtype: string
|
| 42 |
+
splits:
|
| 43 |
+
- name: test
|
| 44 |
+
num_bytes: 3011332
|
| 45 |
+
num_examples: 10943
|
| 46 |
+
- name: train
|
| 47 |
+
num_bytes: 19040509
|
| 48 |
+
num_examples: 76673
|
| 49 |
+
- name: validation
|
| 50 |
+
num_bytes: 3077481
|
| 51 |
+
num_examples: 12030
|
| 52 |
+
download_size: 28022709
|
| 53 |
+
dataset_size: 25129322
|
| 54 |
---
|
| 55 |
|
| 56 |
# Dataset Card for "empathetic_dialogues"
|
|
|
|
| 221 |
|
| 222 |
### Contributions
|
| 223 |
|
| 224 |
+
Thanks to [@thomwolf](https://github.com/thomwolf), [@patrickvonplaten](https://github.com/patrickvonplaten), [@lewtun](https://github.com/lewtun) for adding this dataset.
|