Commit
·
5602cf0
1
Parent(s):
6fd4be1
Fix path
Browse files- xwinograd.py +2 -1
xwinograd.py
CHANGED
@@ -32,7 +32,8 @@ that can be used for evaluation of cross-lingual commonsense reasoning capabilit
|
|
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 |
|
37 |
import json
|
38 |
import random
|
|
|
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/blob/main/data/xwinograd.tsv"
|
37 |
|
38 |
import json
|
39 |
import random
|