Datasets:
Update DiaBLa.py
Browse files
DiaBLa.py
CHANGED
@@ -140,7 +140,7 @@ class Diabla(datasets.GeneratorBasedBuilder):
|
|
140 |
def _split_generators(self, dl_manager):
|
141 |
downloaded_files = dl_manager.download_and_extract(_URLS)
|
142 |
|
143 |
-
return [datasets.SplitGenerator(name=datasets.Split.
|
144 |
|
145 |
def _generate_examples(self, filepath):
|
146 |
'''This function returns the examples in the raw (text) form.'''
|
|
|
140 |
def _split_generators(self, dl_manager):
|
141 |
downloaded_files = dl_manager.download_and_extract(_URLS)
|
142 |
|
143 |
+
return [datasets.SplitGenerator(name=datasets.Split.TEST)]
|
144 |
|
145 |
def _generate_examples(self, filepath):
|
146 |
'''This function returns the examples in the raw (text) form.'''
|