Qiguang Chen
commited on
Commit
•
7ab43da
1
Parent(s):
fceca7c
fix name
Browse files
OpenSLU.py
CHANGED
@@ -79,7 +79,7 @@ class OpenSLU(datasets.GeneratorBasedBuilder):
|
|
79 |
name="mix-atis",
|
80 |
description=_ATIS_DESCRIPTION,
|
81 |
features=["text"],
|
82 |
-
data_url="https://huggingface.co/datasets/LightChen2333/OpenSLU/resolve/main/
|
83 |
citation="",
|
84 |
url="",
|
85 |
),
|
@@ -87,7 +87,7 @@ class OpenSLU(datasets.GeneratorBasedBuilder):
|
|
87 |
name="mix-snips",
|
88 |
description=_ATIS_DESCRIPTION,
|
89 |
features=["text"],
|
90 |
-
data_url="https://huggingface.co/datasets/LightChen2333/OpenSLU/resolve/main/
|
91 |
citation="",
|
92 |
url="",
|
93 |
),
|
|
|
79 |
name="mix-atis",
|
80 |
description=_ATIS_DESCRIPTION,
|
81 |
features=["text"],
|
82 |
+
data_url="https://huggingface.co/datasets/LightChen2333/OpenSLU/resolve/main/mix-atis.tar.gz",
|
83 |
citation="",
|
84 |
url="",
|
85 |
),
|
|
|
87 |
name="mix-snips",
|
88 |
description=_ATIS_DESCRIPTION,
|
89 |
features=["text"],
|
90 |
+
data_url="https://huggingface.co/datasets/LightChen2333/OpenSLU/resolve/main/mix-snips.tar.gz",
|
91 |
citation="",
|
92 |
url="",
|
93 |
),
|
mix_atis.tar.gz → mix-atis.tar.gz
RENAMED
File without changes
|
mix_snips.tar.gz → mix-snips.tar.gz
RENAMED
File without changes
|