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