Datasets:
Update files from the datasets library (from 1.6.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.0
- README.md +2 -2
- multi_re_qa.py +0 -1
README.md
CHANGED
@@ -25,11 +25,11 @@ size_categories:
|
|
25 |
SQuAD:
|
26 |
- 100K<n<1M
|
27 |
SearchQA:
|
28 |
-
- n
|
29 |
TextbookQA:
|
30 |
- 10K<n<100K
|
31 |
TriviaQA:
|
32 |
-
- n
|
33 |
source_datasets:
|
34 |
BioASQ:
|
35 |
- extended|other-BioASQ
|
|
|
25 |
SQuAD:
|
26 |
- 100K<n<1M
|
27 |
SearchQA:
|
28 |
+
- 1M<n<10M
|
29 |
TextbookQA:
|
30 |
- 10K<n<100K
|
31 |
TriviaQA:
|
32 |
+
- 1M<n<10M
|
33 |
source_datasets:
|
34 |
BioASQ:
|
35 |
- extended|other-BioASQ
|
multi_re_qa.py
CHANGED
@@ -14,7 +14,6 @@
|
|
14 |
# limitations under the License.
|
15 |
"""MultiReQA: A Cross-Domain Evaluation for Retrieval Question Answering Models."""
|
16 |
|
17 |
-
from __future__ import absolute_import, division, print_function
|
18 |
|
19 |
import json
|
20 |
import os
|
|
|
14 |
# limitations under the License.
|
15 |
"""MultiReQA: A Cross-Domain Evaluation for Retrieval Question Answering Models."""
|
16 |
|
|
|
17 |
|
18 |
import json
|
19 |
import os
|