Datasets:
Tasks:
Text2Text Generation
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
ArXiv:
License:
Commit
•
ccd7bfe
1
Parent(s):
78df69b
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,21 +1,19 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
4 |
-
- name: title
|
5 |
-
dtype: string
|
6 |
- name: context
|
7 |
dtype: string
|
8 |
- name: questions
|
9 |
dtype: string
|
10 |
splits:
|
11 |
- name: train
|
12 |
-
num_bytes:
|
13 |
num_examples: 18896
|
14 |
- name: validation
|
15 |
-
num_bytes:
|
16 |
num_examples: 2067
|
17 |
-
download_size:
|
18 |
-
dataset_size:
|
19 |
---
|
20 |
# Dataset Card for "squad-v1.1-t5-question-generation"
|
21 |
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
|
|
|
|
4 |
- name: context
|
5 |
dtype: string
|
6 |
- name: questions
|
7 |
dtype: string
|
8 |
splits:
|
9 |
- name: train
|
10 |
+
num_bytes: 20771339
|
11 |
num_examples: 18896
|
12 |
- name: validation
|
13 |
+
num_bytes: 2430525
|
14 |
num_examples: 2067
|
15 |
+
download_size: 12661411
|
16 |
+
dataset_size: 23201864
|
17 |
---
|
18 |
# Dataset Card for "squad-v1.1-t5-question-generation"
|
19 |
|