|
--- |
|
license: apache-2.0 |
|
--- |
|
## Chinese ASR model using k2-zipformer |
|
### Wenetspeech testset result (coming soon...) |
|
| TEST_NET | TEST_MEETING | |
|
|--------------------|--------------| |
|
| 9.83 | 9.52 | | |
|
|
|
### Training commond |
|
``` |
|
nohup ./pruned_transducer_stateless7_streaming/train.py --world-size 8 --num-epochs 30 --start-epoch 1 --feedforward-dims "1024,1024,1536,1536,1024" --exp-dir pruned_transducer_stateless7_streaming/exp --max-duration 360 > pruned_transducer_stateless7_streaming/exp/nohup.zipformer & |
|
``` |
|
|
|
### Model unit is char+bpe as `data/lang_char_bpe/tokens.txt` |
|
|