Update README.md
Browse files
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 |
-
|
|
|
|
|
|
|
|
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`.
|