albertvillanova HF staff commited on
Commit
163c9a3
1 Parent(s): 1a26030

Update script

Browse files
Files changed (1) hide show
  1. cbt.py +1 -1
cbt.py CHANGED
@@ -40,7 +40,7 @@ _HOMEPAGE = "https://research.fb.com/downloads/babi/"
40
 
41
  _LICENSE = """GNU Free Documentation License v1.3"""
42
 
43
- ZIP_URL = "http://www.thespermwhale.com/jaseweston/babi/CBTest.tgz"
44
  dir = "CBTest/data/"
45
  paths = {
46
  "raw": {"train": dir + "cbt_train.txt", "valid": dir + "cbt_valid.txt", "test": dir + "cbt_test.txt"},
 
40
 
41
  _LICENSE = """GNU Free Documentation License v1.3"""
42
 
43
+ ZIP_URL = "data/CBTest.tgz"
44
  dir = "CBTest/data/"
45
  paths = {
46
  "raw": {"train": dir + "cbt_train.txt", "valid": dir + "cbt_valid.txt", "test": dir + "cbt_test.txt"},