Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
-
summary: This is a random sample (shuffle with seed 27) of MRQA dataset, with 100k train, 10k validation, and 3k test examples. The dataset fields have been converted to SQuAD format.
|
4 |
features:
|
5 |
- name: subset
|
6 |
dtype: string
|
@@ -38,3 +37,7 @@ configs:
|
|
38 |
- split: test
|
39 |
path: data/test-*
|
40 |
---
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
dataset_info:
|
|
|
3 |
features:
|
4 |
- name: subset
|
5 |
dtype: string
|
|
|
37 |
- split: test
|
38 |
path: data/test-*
|
39 |
---
|
40 |
+
|
41 |
+
# Summary
|
42 |
+
|
43 |
+
This is a random sample (shuffle with seed 27) of MRQA dataset, with 100k train, 10k validation, and 3k test examples. The dataset fields have been converted to SQuAD format.
|