salavina commited on
Commit
0e50dc2
1 Parent(s): c93738b

Update OCW.py

Browse files
Files changed (1) hide show
  1. OCW.py +0 -7
OCW.py CHANGED
@@ -41,13 +41,6 @@ _LICENSE = "MIT"
41
 
42
  _BASE_URL = "https://www.cs.toronto.edu/~taati/OCW/"
43
  _URLS = {
44
- # "ocw_train": _BASE_URL + "train.json",
45
- # "ocw_validation": _BASE_URL + "validation.json",
46
- # "ocw_test": _BASE_URL + "test.json",
47
- # "ocw_randomized_test": _BASE_URL + "easy_test_randomized.json",
48
- # "ocw_wordnet_train": _BASE_URL + "easy_train_wordnet.json",
49
- # "ocw_wordnet_validation": _BASE_URL + "easy_validation_wordnet.json",
50
- # "ocw_wordnet_test": _BASE_URL + "easy_test_wordnet.json"
51
  "ocw": _BASE_URL + "OCW.tar.gz",
52
  "ocw_randomized": _BASE_URL + "OCW_randomized.tar.gz",
53
  "ocw_wordnet": _BASE_URL + "OCW_wordnet.tar.gz"
 
41
 
42
  _BASE_URL = "https://www.cs.toronto.edu/~taati/OCW/"
43
  _URLS = {
 
 
 
 
 
 
 
44
  "ocw": _BASE_URL + "OCW.tar.gz",
45
  "ocw_randomized": _BASE_URL + "OCW_randomized.tar.gz",
46
  "ocw_wordnet": _BASE_URL + "OCW_wordnet.tar.gz"