Datasets:

Modalities:
Text
Languages:
English
ArXiv:
Libraries:
Datasets
License:
bfattori commited on
Commit
e34d68e
1 Parent(s): 9d964b8

Update race.py

Browse files
Files changed (1) hide show
  1. race.py +1 -1
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/blob/main"
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
  }