Compare commits
No commits in common. "master" and "master" have entirely different histories.
274628
dev-0/out.tsv
274628
dev-0/out.tsv
File diff suppressed because it is too large
Load Diff
313212
dev-1/out.tsv
313212
dev-1/out.tsv
File diff suppressed because it is too large
Load Diff
10
run.py
10
run.py
@ -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')
|
||||
|
269236
test-A/out.tsv
269236
test-A/out.tsv
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user