Datasets:
Tasks:
Multiple Choice
Modalities:
Text
Formats:
parquet
Sub-tasks:
multiple-choice-qa
Languages:
English
Size:
1K - 10K
ArXiv:
License:
Update race.py
Browse files
race.py
CHANGED
|
@@ -18,7 +18,7 @@ Race is a large-scale reading comprehension dataset with more than 28,000 passag
|
|
| 18 |
The dataset can be served as the training and test sets for machine comprehension.
|
| 19 |
"""
|
| 20 |
|
| 21 |
-
_BASE_URL = "https://huggingface.co/datasets/bfattori/race/
|
| 22 |
_URLS = {
|
| 23 |
"high": f"{_BASE_URL}/race_high_test.jsonl",
|
| 24 |
}
|
|
|
|
| 18 |
The dataset can be served as the training and test sets for machine comprehension.
|
| 19 |
"""
|
| 20 |
|
| 21 |
+
_BASE_URL = "https://huggingface.co/datasets/bfattori/race/raw/main"
|
| 22 |
_URLS = {
|
| 23 |
"high": f"{_BASE_URL}/race_high_test.jsonl",
|
| 24 |
}
|