Automatic Speech Recognition
K2
English
speech
audio
zipformer
transducer
cr-ctc
k2-fsa
offline-asr
Eval Results
Instructions to use soundsgoodai/Zipformer-cr-ctc-transducer-XL-290M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- K2
How to use soundsgoodai/Zipformer-cr-ctc-transducer-XL-290M with K2:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Fix config
Browse files- config.yaml +1 -1
config.yaml
CHANGED
|
@@ -42,6 +42,6 @@ model_params:
|
|
| 42 |
chunk_size: 16,32,64,-1
|
| 43 |
left_context_frames: 64,128,256,-1
|
| 44 |
use_transducer: true
|
| 45 |
-
use_ctc:
|
| 46 |
use_attention_decoder: false
|
| 47 |
use_cr_ctc: true
|
|
|
|
| 42 |
chunk_size: 16,32,64,-1
|
| 43 |
left_context_frames: 64,128,256,-1
|
| 44 |
use_transducer: true
|
| 45 |
+
use_ctc: true
|
| 46 |
use_attention_decoder: false
|
| 47 |
use_cr_ctc: true
|