Update RESULTS.md

This commit is contained in:
uni-manjunath-ke 2023-05-31 15:29:07 +05:30 committed by GitHub
parent 28755557a1
commit bb58c85c83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -244,7 +244,7 @@ for m in greedy_search modified_beam_search fast_beam_search; do
done
```
##### zipformer ctc streaming
### zipformer ctc streaming
| decoding method | test-clean | test-other | comment |
|----------------------|------------|------------|--------------------|
@ -276,7 +276,6 @@ export CUDA_VISIBLE_DEVICES="0"
--lang-dir data/lang_bpe_500
```
### pruned_transducer_stateless7 (Fine-tune with mux)
See <https://github.com/k2-fsa/icefall/pull/1059> for more details.