王子傲
commited on
Commit
·
4381ee3
1
Parent(s):
c8be980
fix bug
Browse files- TimeTravel.py +1 -1
TimeTravel.py
CHANGED
|
@@ -51,7 +51,7 @@ _LICENSE = ""
|
|
| 51 |
_URLS = {
|
| 52 |
"supervised_large": "train_supervised_large.json",
|
| 53 |
"supervised_small": "train_supervised_small.json",
|
| 54 |
-
"unsupervised": "
|
| 55 |
"dev": "dev_data.json",
|
| 56 |
"test": "test_data.json"
|
| 57 |
}
|
|
|
|
| 51 |
_URLS = {
|
| 52 |
"supervised_large": "train_supervised_large.json",
|
| 53 |
"supervised_small": "train_supervised_small.json",
|
| 54 |
+
"unsupervised": "train_unsupervised.json",
|
| 55 |
"dev": "dev_data.json",
|
| 56 |
"test": "test_data.json"
|
| 57 |
}
|