This commit is contained in:
lingxling2 2021-08-03 19:44:59 +08:00
parent b917ceca36
commit e72660b519
1 changed files with 2 additions and 0 deletions

View File

@ -177,6 +177,8 @@ def load_eval_data(data_dir):
if not os.path.isfile(data_path):
continue
with open(data_path, 'r') as f:
k = "capital-common-countries"
samples[k] = list()
for line in f:
if ':' in line:
strs = line.strip().split(' ')