Datasets:

Modalities:
Text
ArXiv:
Tags:
License:
khalidalt commited on
Commit
f098bdc
1 Parent(s): d755088

change url

Browse files
Files changed (1) hide show
  1. xwinograd.py +1 -1
xwinograd.py CHANGED
@@ -27,7 +27,7 @@ A multilingual collection of Winograd Schemas in six languages \
27
  that can be used for evaluation of cross-lingual commonsense reasoning capabilities.
28
  """
29
  _LANG = ["en", "fr", "jp", "pt", "ru", "zh"]
30
- _URL = "https://huggingface.co/datasets/khalidalt/xwinograd/raw/main/test/{lang}.json"
31
  _VERSION = datasets.Version("1.1.0", "")
32
 
33
 
 
27
  that can be used for evaluation of cross-lingual commonsense reasoning capabilities.
28
  """
29
  _LANG = ["en", "fr", "jp", "pt", "ru", "zh"]
30
+ _URL = "https://huggingface.co/datasets/Muennighoff/xwinograd/raw/main/test/{lang}.json"
31
  _VERSION = datasets.Version("1.1.0", "")
32
 
33