Update xglue-private.py
Browse files- xglue-private.py +1 -1
xglue-private.py
CHANGED
@@ -56,7 +56,7 @@ The benchmark is composed of the following 11 tasks:
|
|
56 |
For more information, please take a look at https://microsoft.github.io/XGLUE/.
|
57 |
"""
|
58 |
|
59 |
-
_XGLUE_ALL_DATA = "
|
60 |
|
61 |
_LANGUAGES = {
|
62 |
"ner": ["en", "de", "es", "nl"],
|
|
|
56 |
For more information, please take a look at https://microsoft.github.io/XGLUE/.
|
57 |
"""
|
58 |
|
59 |
+
_XGLUE_ALL_DATA = "file:///Users/mihir/acl/test_model/xglue_full_dataset.tar.gz"
|
60 |
|
61 |
_LANGUAGES = {
|
62 |
"ner": ["en", "de", "es", "nl"],
|