yonatanbitton
commited on
Commit
•
54fdf39
1
Parent(s):
1ae60ba
Update winogavil.py
Browse files- winogavil.py +2 -2
winogavil.py
CHANGED
@@ -41,8 +41,8 @@ _LICENSE = "https://creativecommons.org/licenses/by/4.0/"
|
|
41 |
|
42 |
_URL = "https://huggingface.co/datasets/nlphuji/winogavil/blob/main"
|
43 |
_URLS = {
|
44 |
-
"10_12": _URL
|
45 |
-
"5_6": _URL
|
46 |
}
|
47 |
|
48 |
|
|
|
41 |
|
42 |
_URL = "https://huggingface.co/datasets/nlphuji/winogavil/blob/main"
|
43 |
_URLS = {
|
44 |
+
"10_12": os.path.join(_URL, "game_10_12.csv"),
|
45 |
+
"5_6": os.path.join(_URL, "game_5_6.csv"),
|
46 |
}
|
47 |
|
48 |
|