XingjianL commited on
Commit
6052bc2
1 Parent(s): abd471b
Files changed (1) hide show
  1. 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/blob/main/train.txt",
13
- "val":"https://huggingface.co/datasets/XingjianLi/tomatotest/blob/main/val.txt"
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