fix loading script
Browse files
odin.py
CHANGED
|
@@ -54,7 +54,6 @@ class Gloss(datasets.GeneratorBasedBuilder):
|
|
| 54 |
features=features,
|
| 55 |
homepage=_HOMEPAGE_URL,
|
| 56 |
citation=_CITATION,
|
| 57 |
-
task_templates=None,
|
| 58 |
)
|
| 59 |
|
| 60 |
def _split_generators(self, dl_manager):
|
|
|
|
| 54 |
features=features,
|
| 55 |
homepage=_HOMEPAGE_URL,
|
| 56 |
citation=_CITATION,
|
|
|
|
| 57 |
)
|
| 58 |
|
| 59 |
def _split_generators(self, dl_manager):
|