VictorSanh
commited on
Commit
·
f6d4d1e
1
Parent(s):
b6b3cf8
cleaning
Browse files
P3.py
CHANGED
@@ -120,8 +120,6 @@ def find_task_splits_and_features():
|
|
120 |
for stats in glob.glob(f"{_DATA_PATH}/*/stats.*.json"):
|
121 |
folder_path = os.path.dirname(stats)
|
122 |
task_name = folder_path.split("/")[-1]
|
123 |
-
if "adversarial_qa" not in task_name:
|
124 |
-
continue
|
125 |
split_name = os.path.basename(stats).split(".")[1]
|
126 |
|
127 |
if not os.path.exists(f"{folder_path}/COMPLETED"):
|
|
|
120 |
for stats in glob.glob(f"{_DATA_PATH}/*/stats.*.json"):
|
121 |
folder_path = os.path.dirname(stats)
|
122 |
task_name = folder_path.split("/")[-1]
|
|
|
|
|
123 |
split_name = os.path.basename(stats).split(".")[1]
|
124 |
|
125 |
if not os.path.exists(f"{folder_path}/COMPLETED"):
|