Datasets:

Modalities:
Text
Languages:
English
ArXiv:
Libraries:
Datasets
License:
bfattori commited on
Commit
ac2e90d
·
1 Parent(s): a55830a

Update race.py

Browse files
Files changed (1) hide show
  1. race.py +1 -2
race.py CHANGED
@@ -18,8 +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_grouped"
22
- #TODO: CHANGE
23
  _URLS = {
24
  "high": f"{_BASE_URL}/race_high_test.jsonl",
25
  }
 
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
  }