ShixuanAn commited on
Commit
4c5a175
1 Parent(s): d801760

Update hugging_face.py

Browse files
Files changed (1) hide show
  1. hugging_face.py +4 -4
hugging_face.py CHANGED
@@ -89,22 +89,22 @@ class RDD2020_Dataset(datasets.GeneratorBasedBuilder):
89
  gen_kwargs={
90
  "filepath": os.path.join(extracted_path, "train"),
91
  "split": "train",
92
- },
93
  ),
94
  datasets.SplitGenerator(
95
  name=datasets.Split.TEST1,
96
  gen_kwargs={
97
  "filepath": os.path.join(extracted_path, "test1"),
98
  "split": "test1",
99
- },
100
  ),
101
  datasets.SplitGenerator(
102
  name=datasets.Split.TEST2,
103
  gen_kwargs={
104
  "filepath": os.path.join(extracted_path, "test2"),
105
  "split": "test2",
106
- },
107
- ),
108
  ]
109
 
110
  def _generate_examples(self, filepath, split):
 
89
  gen_kwargs={
90
  "filepath": os.path.join(extracted_path, "train"),
91
  "split": "train",
92
+ }
93
  ),
94
  datasets.SplitGenerator(
95
  name=datasets.Split.TEST1,
96
  gen_kwargs={
97
  "filepath": os.path.join(extracted_path, "test1"),
98
  "split": "test1",
99
+ }
100
  ),
101
  datasets.SplitGenerator(
102
  name=datasets.Split.TEST2,
103
  gen_kwargs={
104
  "filepath": os.path.join(extracted_path, "test2"),
105
  "split": "test2",
106
+ }
107
+ )
108
  ]
109
 
110
  def _generate_examples(self, filepath, split):