marcoyang commited on
Commit
008a1ea
1 Parent(s): e1d475d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -1,5 +1,8 @@
1
  ---
2
  license: apache-2.0
3
  ---
4
- This is a small conv-emformer-transducer model trained on LibriSpeech.
5
- Please refer to `export-ncnn.sh` for model configurations such as `num-encoder-layers`, `memory-size` , `nhead` etc.
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+ This is a small conv-emformer-transducer model trained on LibriSpeech. Please refer to https://github.com/k2-fsa/icefall/tree/master/egs/librispeech/ASR/conv_emformer_transducer_stateless2 for the training recipe.
5
+
6
+ Please refer to `train.sh` for model configurations such as `num-encoder-layers`, `memory-size` , `nhead` etc.
7
+
8
+ After training, the model can be exported to ncnn format using `export-ncnn.sh`.