Commit
·
9ce4ac4
1
Parent(s):
c8344ef
Rmv superfluous urls
Browse files- xwinograd.py +0 -3
xwinograd.py
CHANGED
@@ -30,9 +30,6 @@ A multilingual collection of Winograd Schemas in six languages \
|
|
30 |
that can be used for evaluation of cross-lingual commonsense reasoning capabilities.
|
31 |
"""
|
32 |
|
33 |
-
|
34 |
-
#_URL = "https://github.com/yandex-research/crosslingual_winograd/blob/main/dataset.tsv"
|
35 |
-
#_URL = "https://huggingface.co/datasets/muennighoff/xwinograd/resolve/main/data/xwinograd.tsv"
|
36 |
_URL = "https://huggingface.co/datasets/Muennighoff/xwinograd/resolve/main/data/xwinograd.tsv"
|
37 |
|
38 |
import json
|
|
|
30 |
that can be used for evaluation of cross-lingual commonsense reasoning capabilities.
|
31 |
"""
|
32 |
|
|
|
|
|
|
|
33 |
_URL = "https://huggingface.co/datasets/Muennighoff/xwinograd/resolve/main/data/xwinograd.tsv"
|
34 |
|
35 |
import json
|