Commit
•
163c9a3
1
Parent(s):
1a26030
Update script
Browse files
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 = "
|
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"},
|