From c83e278d8bc3e7004f0b900e242173611e0a8282 Mon Sep 17 00:00:00 2001 From: Dongji Gao Date: Tue, 19 Sep 2023 14:18:13 -0400 Subject: [PATCH] Update README.md with results --- egs/librispeech/WSASR/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/egs/librispeech/WSASR/README.md b/egs/librispeech/WSASR/README.md index adcf201c3..888105b3c 100644 --- a/egs/librispeech/WSASR/README.md +++ b/egs/librispeech/WSASR/README.md @@ -130,7 +130,18 @@ export CUDA_VISIBLE_DEVICES="0" --lm-dir "${lm_dir}" \ --otc-token "${otc_token}" ``` + ### Results (ctc-greedy-search) +| Traning Criterion | test-clean | test-other | +|------------|:-------:|:----:| +| CTC |100.0|100.0 | +| OTC | 11.89 | 25.46 | + +### Results (1best, blank_bias=-4) +| Traning Criterion | test-clean | test-other | +|------------|:-------:|:----:| +| CTC |98.40|98.68 | +| OTC | 6.59 | 15.98 | ## Citations