Commit
·
18cfc02
1
Parent(s):
03996ca
Fix path
Browse files- xwinograd.py +1 -1
xwinograd.py
CHANGED
@@ -24,7 +24,7 @@ A multilingual collection of Winograd Schemas in six languages \
|
|
24 |
that can be used for evaluation of cross-lingual commonsense reasoning capabilities.
|
25 |
"""
|
26 |
_LANG = ["en", "fr", "jp", "pt", "ru", "zh"]
|
27 |
-
_URL = "https://huggingface.co/datasets/Muennighoff/xwinograd/raw/main/test/{lang}.
|
28 |
_VERSION = datasets.Version("1.1.0", "")
|
29 |
|
30 |
|
|
|
24 |
that can be used for evaluation of cross-lingual commonsense reasoning capabilities.
|
25 |
"""
|
26 |
_LANG = ["en", "fr", "jp", "pt", "ru", "zh"]
|
27 |
+
_URL = "https://huggingface.co/datasets/Muennighoff/xwinograd/raw/main/test/{lang}.jsonl"
|
28 |
_VERSION = datasets.Version("1.1.0", "")
|
29 |
|
30 |
|