Commit
·
c0650af
1
Parent(s):
34a4375
Update vasr.py
Browse files
vasr.py
CHANGED
@@ -35,7 +35,7 @@ _URL = "https://huggingface.co/datasets/nlphuji/vasr/blob/main"
|
|
35 |
_URLS = {
|
36 |
"train": os.path.join(_URL, "train_gold.csv"),
|
37 |
"dev": os.path.join(_URL, "dev_gold.csv"),
|
38 |
-
"test": os.path.join(_URL, "
|
39 |
}
|
40 |
|
41 |
class Vasr(datasets.GeneratorBasedBuilder):
|
|
|
35 |
_URLS = {
|
36 |
"train": os.path.join(_URL, "train_gold.csv"),
|
37 |
"dev": os.path.join(_URL, "dev_gold.csv"),
|
38 |
+
"test": os.path.join(_URL, "test_gold_unlabeled.csv"),
|
39 |
}
|
40 |
|
41 |
class Vasr(datasets.GeneratorBasedBuilder):
|