:bug: fix path in dataset loading script
Browse files- wikitext_fr.py +2 -2
wikitext_fr.py
CHANGED
@@ -67,8 +67,8 @@ _LICENSE = "Creative Commons Attribution-ShareAlike License."
|
|
67 |
# 'wikitext-72': "./wikitext_72/",
|
68 |
# }
|
69 |
_URLs = {
|
70 |
-
'wikitext-35': "
|
71 |
-
'wikitext-72': "
|
72 |
}
|
73 |
|
74 |
|
|
|
67 |
# 'wikitext-72': "./wikitext_72/",
|
68 |
# }
|
69 |
_URLs = {
|
70 |
+
'wikitext-35': "wikitext_35/wiki.zip",
|
71 |
+
'wikitext-72': "wikitext_72/wiki.zip",
|
72 |
}
|
73 |
|
74 |
|