Commit
•
54c2829
1
Parent(s):
d8f3d3a
Update amazon_massive_intent.py
Browse files- amazon_massive_intent.py +1 -1
amazon_massive_intent.py
CHANGED
@@ -13,7 +13,7 @@ _DESCRIPTION = """\
|
|
13 |
Utterances span 60 intents and include 55 slot types. MASSIVE was created by localizing
|
14 |
the SLURP dataset, composed of general Intelligent Voice Assistant single-shot interactions.
|
15 |
"""
|
16 |
-
ARCHIVE_PATH = "amazon-massive-dataset-1.0.tar.gz"
|
17 |
|
18 |
|
19 |
_LANGUAGES = {
|
|
|
13 |
Utterances span 60 intents and include 55 slot types. MASSIVE was created by localizing
|
14 |
the SLURP dataset, composed of general Intelligent Voice Assistant single-shot interactions.
|
15 |
"""
|
16 |
+
ARCHIVE_PATH = "./amazon-massive-dataset-1.0.tar.gz"
|
17 |
|
18 |
|
19 |
_LANGUAGES = {
|