from local
This commit is contained in:
parent
417bb8f42b
commit
b05510bafa
Binary file not shown.
@ -802,13 +802,11 @@ def main():
|
|||||||
res_dict = {}
|
res_dict = {}
|
||||||
for res in results:
|
for res in results:
|
||||||
res_dict[res[0]] = ' '.join(res[1])
|
res_dict[res[0]] = ' '.join(res[1])
|
||||||
|
|
||||||
for line in jsons:
|
for line in jsons:
|
||||||
splited = line.split()
|
splited = line.split()
|
||||||
text_idx = line.index('"text":')
|
text_idx = line.index('"text":')
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
'''
|
'''
|
||||||
for test_set, test_dl in zip(test_sets, test_dl):
|
for test_set, test_dl in zip(test_sets, test_dl):
|
||||||
results_dict = decode_dataset(
|
results_dict = decode_dataset(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user