from local
This commit is contained in:
parent
4c4adce980
commit
92fd978c83
Binary file not shown.
@ -809,7 +809,9 @@ def main():
|
|||||||
|
|
||||||
pseudo = f'"greedy pseudo text": "{res_dict[utt_id]}",'
|
pseudo = f'"greedy pseudo text": "{res_dict[utt_id]}",'
|
||||||
splited.insert(text_idx, pseudo)
|
splited.insert(text_idx, pseudo)
|
||||||
print(' '.join(splited))
|
new_line = ' '.join(splited)
|
||||||
|
|
||||||
|
new_jsons.write(new_line)
|
||||||
|
|
||||||
'''
|
'''
|
||||||
for test_set, test_dl in zip(test_sets, test_dl):
|
for test_set, test_dl in zip(test_sets, test_dl):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user