clear wer and srr

This commit is contained in:
Dawid Jurkiewicz 2020-04-03 15:44:24 +02:00
parent f1bc991b0a
commit 901125b213

View File

@ -9,5 +9,6 @@ python3 -c "print(`grep -c '^0$' wer_all.txt`/`cat wer_all.txt | wc -l`)" >> srr
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
rm wer.txt srr.txt
tail -n50 wer.txt | sponge wer.txt tail -n50 wer.txt | sponge wer.txt
tail -n50 srr.txt | sponge srr.txt tail -n50 srr.txt | sponge srr.txt