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