Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -8,6 +8,8 @@ configs:
|
|
| 8 |
path: data/dev-*
|
| 9 |
dataset_info:
|
| 10 |
features:
|
|
|
|
|
|
|
| 11 |
- name: question
|
| 12 |
dtype: string
|
| 13 |
- name: q_type
|
|
@@ -18,13 +20,13 @@ dataset_info:
|
|
| 18 |
sequence: string
|
| 19 |
splits:
|
| 20 |
- name: train
|
| 21 |
-
num_bytes:
|
| 22 |
num_examples: 2450
|
| 23 |
- name: dev
|
| 24 |
-
num_bytes:
|
| 25 |
num_examples: 663
|
| 26 |
-
download_size:
|
| 27 |
-
dataset_size:
|
| 28 |
---
|
| 29 |
# Dataset Card for "ReSQ"
|
| 30 |
|
|
|
|
| 8 |
path: data/dev-*
|
| 9 |
dataset_info:
|
| 10 |
features:
|
| 11 |
+
- name: story
|
| 12 |
+
dtype: string
|
| 13 |
- name: question
|
| 14 |
dtype: string
|
| 15 |
- name: q_type
|
|
|
|
| 20 |
sequence: string
|
| 21 |
splits:
|
| 22 |
- name: train
|
| 23 |
+
num_bytes: 388340
|
| 24 |
num_examples: 2450
|
| 25 |
- name: dev
|
| 26 |
+
num_bytes: 111658
|
| 27 |
num_examples: 663
|
| 28 |
+
download_size: 58830
|
| 29 |
+
dataset_size: 499998
|
| 30 |
---
|
| 31 |
# Dataset Card for "ReSQ"
|
| 32 |
|