Update TTFormLMM.py
Browse files- TTFormLMM.py +1 -1
TTFormLMM.py
CHANGED
|
@@ -38,7 +38,7 @@ class TTFormLMM(datasets.GeneratorBasedBuilder):
|
|
| 38 |
"""TTForm dataset."""
|
| 39 |
|
| 40 |
BUILDER_CONFIGS = [
|
| 41 |
-
TTFormLMMConfig(name="
|
| 42 |
]
|
| 43 |
|
| 44 |
def _info(self):
|
|
|
|
| 38 |
"""TTForm dataset."""
|
| 39 |
|
| 40 |
BUILDER_CONFIGS = [
|
| 41 |
+
TTFormLMMConfig(name="ttform", version=datasets.Version("1.0.0"), description="TTFormLMM dataset"),
|
| 42 |
]
|
| 43 |
|
| 44 |
def _info(self):
|