Datasets:
Size:
10K<n<100K
License:
test
Browse files- tomatotest.py +2 -2
tomatotest.py
CHANGED
@@ -9,8 +9,8 @@ class CustomConfig(datasets.BuilderConfig):
|
|
9 |
super(CustomConfig, self).__init__(**kwargs)
|
10 |
self.dataset_type = kwargs.pop("name", "all")
|
11 |
_metadata_urls = {
|
12 |
-
"train":"https://huggingface.co/datasets/XingjianLi/tomatotest/
|
13 |
-
"val":"https://huggingface.co/datasets/XingjianLi/tomatotest/
|
14 |
|
15 |
}
|
16 |
|
|
|
9 |
super(CustomConfig, self).__init__(**kwargs)
|
10 |
self.dataset_type = kwargs.pop("name", "all")
|
11 |
_metadata_urls = {
|
12 |
+
"train":"https://huggingface.co/datasets/XingjianLi/tomatotest/resolve/main/train.txt",
|
13 |
+
"val":"https://huggingface.co/datasets/XingjianLi/tomatotest/resolve/main/val.txt"
|
14 |
|
15 |
}
|
16 |
|