Datasets:

Tasks:
Other
Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Tags:
License:
VictorSanh commited on
Commit
f6d4d1e
1 Parent(s): b6b3cf8
Files changed (1) hide show
  1. P3.py +0 -2
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"):