Compare commits

..

No commits in common. "master" and "master" have entirely different histories.

4 changed files with 428541 additions and 428545 deletions

274628
dev-0/out.tsv

File diff suppressed because it is too large Load Diff

313212
dev-1/out.tsv

File diff suppressed because it is too large Load Diff

10
run.py
View File

@ -1,7 +1,3 @@
for dataset in 'dev-0', 'dev-1', 'test-A':
with open(f'{dataset}/in.tsv') as f_in, open(f'{dataset}/out.tsv','w') as f_out:
for line in f_in:
f_out.write('0.45\n')
with open('test-A/in.tsv') as f_in, open('test-A/out.tsv','w') as f_out:
for line in f_in:
f_out.write('0.8\n')

File diff suppressed because it is too large Load Diff