Update README.md with results

This commit is contained in:
Dongji Gao 2023-09-19 14:18:13 -04:00 committed by GitHub
parent 74a4005f9f
commit c83e278d8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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