Commit
·
a0315c2
1
Parent(s):
9fbace0
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -14,15 +14,17 @@ dataset_info:
|
|
14 |
dtype: string
|
15 |
- name: question
|
16 |
dtype: string
|
|
|
|
|
17 |
splits:
|
18 |
- name: train
|
19 |
-
num_bytes:
|
20 |
num_examples: 130319
|
21 |
- name: validation
|
22 |
-
num_bytes:
|
23 |
num_examples: 11873
|
24 |
-
download_size:
|
25 |
-
dataset_size:
|
26 |
---
|
27 |
# Dataset Card for "squad_v2"
|
28 |
|
|
|
14 |
dtype: string
|
15 |
- name: question
|
16 |
dtype: string
|
17 |
+
- name: text
|
18 |
+
dtype: string
|
19 |
splits:
|
20 |
- name: train
|
21 |
+
num_bytes: 223643322
|
22 |
num_examples: 130319
|
23 |
- name: validation
|
24 |
+
num_bytes: 21700718
|
25 |
num_examples: 11873
|
26 |
+
download_size: 37365608
|
27 |
+
dataset_size: 245344040
|
28 |
---
|
29 |
# Dataset Card for "squad_v2"
|
30 |
|