diff --git a/Jenkinsfile b/Jenkinsfile index 1b47956..dc7f413 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,6 @@ pipeline { archiveArtifacts 'ssr.txt' archiveArtifacts 'wer.txt' - tail -15 ssr.txt } } } diff --git a/metrics.sh b/metrics.sh index 133f459..df47610 100644 --- a/metrics.sh +++ b/metrics.sh @@ -10,4 +10,6 @@ sclite -f 0 -r reference.trn trn -h hypothesis.trn trn -e utf-8 -i rm -o all std python ./createWERandSRRFiles.py -head -250 ssr.txt \ No newline at end of file +head -5 ssr.txt + +