Update LongConL.py
Browse files- LongConL.py +2 -2
LongConL.py
CHANGED
|
@@ -9,8 +9,8 @@ _LICENSE = ""
|
|
| 9 |
|
| 10 |
# Updated URLs to dynamically handle task names
|
| 11 |
_URLS = {
|
| 12 |
-
"train": "data/LongConL-tasks-
|
| 13 |
-
"validation": "data/LongConL-tasks-
|
| 14 |
"test": "data/codebook_swap/{task_name}_1990_2000.csv",
|
| 15 |
}
|
| 16 |
|
|
|
|
| 9 |
|
| 10 |
# Updated URLs to dynamically handle task names
|
| 11 |
_URLS = {
|
| 12 |
+
"train": "data/LongConL-tasks-subsample/{task_name}/{task_name}_subsample_train.csv",
|
| 13 |
+
"validation": "data/LongConL-tasks-subsample/{task_name}/{task_name}_subsample_val.csv",
|
| 14 |
"test": "data/codebook_swap/{task_name}_1990_2000.csv",
|
| 15 |
}
|
| 16 |
|