Datasets:

Modalities:
Text
ArXiv:
Libraries:
Datasets
License:
jilee commited on
Commit
1cf3f5a
·
1 Parent(s): 68de5a1

Upload TexPrax.py

Browse files
Files changed (1) hide show
  1. TexPrax.py +2 -1
TexPrax.py CHANGED
@@ -178,6 +178,7 @@ class TexPraxDataset(datasets.GeneratorBasedBuilder):
178
  "filepath": os.path.join(data_dir, "entities_train.csv"),
179
  "split": "train",
180
  },
 
181
  datasets.SplitGenerator(
182
  name=datasets.Split.TEST,
183
  # These kwargs will be passed to _generate_examples
@@ -185,7 +186,7 @@ class TexPraxDataset(datasets.GeneratorBasedBuilder):
185
  "filepath": os.path.join(data_dir, "entities_test.csv"),
186
  "split": "test"
187
  },
188
- ),
189
  ]
190
 
191
 
 
178
  "filepath": os.path.join(data_dir, "entities_train.csv"),
179
  "split": "train",
180
  },
181
+ ),
182
  datasets.SplitGenerator(
183
  name=datasets.Split.TEST,
184
  # These kwargs will be passed to _generate_examples
 
186
  "filepath": os.path.join(data_dir, "entities_test.csv"),
187
  "split": "test"
188
  },
189
+ )
190
  ]
191
 
192