Commit
•
75dc6c0
1
Parent(s):
472a874
fix default config
Browse files- amazon_massive_intent.py +1 -1
amazon_massive_intent.py
CHANGED
@@ -146,7 +146,7 @@ class MASSIVE(datasets.GeneratorBasedBuilder):
|
|
146 |
for name in _LANGUAGES.keys()
|
147 |
]
|
148 |
|
149 |
-
DEFAULT_CONFIG_NAME = "en
|
150 |
|
151 |
def _info(self):
|
152 |
return datasets.DatasetInfo(
|
|
|
146 |
for name in _LANGUAGES.keys()
|
147 |
]
|
148 |
|
149 |
+
DEFAULT_CONFIG_NAME = "en"
|
150 |
|
151 |
def _info(self):
|
152 |
return datasets.DatasetInfo(
|