nateraw commited on
Commit
fdf86dc
1 Parent(s): 51ef192

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +1 -1
test.py CHANGED
@@ -9,7 +9,7 @@ logger = datasets.logging.get_logger(__name__)
9
  class Test(datasets.GeneratorBasedBuilder):
10
 
11
  _HOMEPAGE = "https://huggingface.co/datasets/nateraw/test/"
12
- _URL = "https://huggingface.co/datasets/nateraw/test/blob/main/"
13
  _URLS = {
14
  "train": _URL + "train.json",
15
  "dev": _URL + "dev.json",
9
  class Test(datasets.GeneratorBasedBuilder):
10
 
11
  _HOMEPAGE = "https://huggingface.co/datasets/nateraw/test/"
12
+ _URL = "https://huggingface.co/datasets/nateraw/test/raw/main/"
13
  _URLS = {
14
  "train": _URL + "train.json",
15
  "dev": _URL + "dev.json",