Datasets:
Size:
10K<n<100K
License:
test split
Browse files- tomatotest.py +2 -2
tomatotest.py
CHANGED
@@ -56,14 +56,14 @@ class RGBSemanticDepthDataset(GeneratorBasedBuilder):
|
|
56 |
name=Split.TRAIN,
|
57 |
gen_kwargs={
|
58 |
"archives": [dl_manager.iter_archive(archive) for archive in archives],
|
59 |
-
"split_txt": "train.txt"
|
60 |
},
|
61 |
),
|
62 |
SplitGenerator(
|
63 |
name=Split.VALIDATION,
|
64 |
gen_kwargs={
|
65 |
"archives": [dl_manager.iter_archive(archive) for archive in archives],
|
66 |
-
"split_txt": "val.txt"
|
67 |
},
|
68 |
),
|
69 |
]
|
|
|
56 |
name=Split.TRAIN,
|
57 |
gen_kwargs={
|
58 |
"archives": [dl_manager.iter_archive(archive) for archive in archives],
|
59 |
+
"split_txt": "https://huggingface.co/datasets/XingjianLi/tomatotest/blob/main/train.txt"
|
60 |
},
|
61 |
),
|
62 |
SplitGenerator(
|
63 |
name=Split.VALIDATION,
|
64 |
gen_kwargs={
|
65 |
"archives": [dl_manager.iter_archive(archive) for archive in archives],
|
66 |
+
"split_txt": "https://huggingface.co/datasets/XingjianLi/tomatotest/blob/main/val.txt"
|
67 |
},
|
68 |
),
|
69 |
]
|