Update test.py
Browse files
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/
|
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",
|