msharma95 commited on
Commit
454c5eb
·
verified ·
1 Parent(s): 1383ca3

Update xglue-private.py

Browse files
Files changed (1) hide show
  1. 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 = "https://onedrive.live.com/?authkey=%21AFF5DRWk1ywm1Tk&id=5C2C1309D09F7C6B%2169094&cid=5C2C1309D09F7C6B&parId=root&parQt=sharedby&o=OneUp"
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"],