Commit
·
c692878
1
Parent(s):
6524d0d
Update amazon_massive_scenario.py
Browse files
amazon_massive_scenario.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 = "https://huggingface.co/datasets/mteb/amazon_massive_scenario/resolve/main/amazon-massive-dataset-1.0.tar.gz"
|
17 |
|
18 |
|
19 |
_LANGUAGES = {
|