Commit
·
ae001d0
1
Parent(s):
bbdafef
Update mtop_intent.py
Browse files- mtop_intent.py +1 -1
mtop_intent.py
CHANGED
@@ -15,7 +15,7 @@ _URLs = {
|
|
15 |
}
|
16 |
|
17 |
|
18 |
-
class
|
19 |
"""MTOP Dataset."""
|
20 |
|
21 |
BUILDER_CONFIGS = [
|
|
|
15 |
}
|
16 |
|
17 |
|
18 |
+
class MTOP_INTENT(datasets.GeneratorBasedBuilder):
|
19 |
"""MTOP Dataset."""
|
20 |
|
21 |
BUILDER_CONFIGS = [
|