ohashi56225
commited on
Commit
•
b41a143
1
Parent(s):
b7050fa
Update URL
Browse files- jmultiwoz.py +1 -2
jmultiwoz.py
CHANGED
@@ -52,8 +52,7 @@ _LICENSE = "CC BY-ND 4.0"
|
|
52 |
# The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
|
53 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
54 |
_URLS = {
|
55 |
-
|
56 |
-
"original_zip": "JMultiWOZ_1.0.zip"
|
57 |
}
|
58 |
|
59 |
|
|
|
52 |
# The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
|
53 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
54 |
_URLS = {
|
55 |
+
"original_zip": "https://github.com/nu-dialogue/jmultiwoz/raw/master/dataset/JMultiWOZ_1.0.zip",
|
|
|
56 |
}
|
57 |
|
58 |
|