add dataset_info in dataset metadata
Browse files
README.md
CHANGED
|
@@ -18,6 +18,30 @@ task_categories:
|
|
| 18 |
- question-answering
|
| 19 |
task_ids:
|
| 20 |
- multiple-choice-qa
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
---
|
| 22 |
|
| 23 |
# Dataset Card for RiddleSense
|
|
@@ -174,4 +198,4 @@ year={2021}
|
|
| 174 |
|
| 175 |
### Contributions
|
| 176 |
|
| 177 |
-
Thanks to [@ziyiwu9494](https://github.com/ziyiwu9494) for adding this dataset.
|
|
|
|
| 18 |
- question-answering
|
| 19 |
task_ids:
|
| 20 |
- multiple-choice-qa
|
| 21 |
+
dataset_info:
|
| 22 |
+
features:
|
| 23 |
+
- name: answerKey
|
| 24 |
+
dtype: string
|
| 25 |
+
- name: question
|
| 26 |
+
dtype: string
|
| 27 |
+
- name: choices
|
| 28 |
+
sequence:
|
| 29 |
+
- name: label
|
| 30 |
+
dtype: string
|
| 31 |
+
- name: text
|
| 32 |
+
dtype: string
|
| 33 |
+
splits:
|
| 34 |
+
- name: test
|
| 35 |
+
num_bytes: 212790
|
| 36 |
+
num_examples: 1184
|
| 37 |
+
- name: train
|
| 38 |
+
num_bytes: 720715
|
| 39 |
+
num_examples: 3510
|
| 40 |
+
- name: validation
|
| 41 |
+
num_bytes: 208276
|
| 42 |
+
num_examples: 1021
|
| 43 |
+
download_size: 2083122
|
| 44 |
+
dataset_size: 1141781
|
| 45 |
---
|
| 46 |
|
| 47 |
# Dataset Card for RiddleSense
|
|
|
|
| 198 |
|
| 199 |
### Contributions
|
| 200 |
|
| 201 |
+
Thanks to [@ziyiwu9494](https://github.com/ziyiwu9494) for adding this dataset.
|