This commit is contained in:
Dawid Jurkiewicz 2020-04-03 15:08:10 +02:00
parent e2b7094a45
commit 2a89af348b

View File

@ -11,5 +11,5 @@ awk '{ sum += $1; n++ } END { print sum / n; }' < wer_all.txt >> wer.txt
paste wikiniews_results.tsv wer.txt > wikinews_results.tsv paste wikiniews_results.tsv wer.txt > wikinews_results.tsv
rm wikiniews_results.tsv rm wikiniews_results.tsv
tail -n20 wer.txt | sponge wer.txt tail -n50 wer.txt | sponge wer.txt
tail -n20 srr.txt | sponge srr.txt tail -n50 srr.txt | sponge srr.txt