minsing-jin
commited on
Commit
•
e5c159f
1
Parent(s):
0fcdb4e
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -27,11 +27,16 @@ dataset_info:
|
|
27 |
- name: train
|
28 |
num_bytes: 6503932619
|
29 |
num_examples: 173397
|
30 |
-
|
31 |
-
|
|
|
|
|
|
|
32 |
configs:
|
33 |
- config_name: qa_data
|
34 |
data_files:
|
35 |
- split: train
|
36 |
path: qa_data/train-*
|
|
|
|
|
37 |
---
|
|
|
27 |
- name: train
|
28 |
num_bytes: 6503932619
|
29 |
num_examples: 173397
|
30 |
+
- name: test
|
31 |
+
num_bytes: 1830028629
|
32 |
+
num_examples: 43350
|
33 |
+
download_size: 5008413626
|
34 |
+
dataset_size: 8333961248
|
35 |
configs:
|
36 |
- config_name: qa_data
|
37 |
data_files:
|
38 |
- split: train
|
39 |
path: qa_data/train-*
|
40 |
+
- split: test
|
41 |
+
path: qa_data/test-*
|
42 |
---
|