desh2608 commited on
Commit
d194ee5
1 Parent(s): 8fade2c

update readme

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -1,3 +1,17 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+ # LibriSpeech pruned_transducer_stateless7_streaming
5
+
6
+ This model is based on the icefall `zipformer_ctc` recipe.
7
+ See <https://github.com/k2-fsa/icefall/pull/941> for more details.
8
+
9
+ Number of model parameters: 86083707, i.e., 86.08 M
10
+
11
+ ## Performance Record
12
+
13
+ | decoding method | test-clean | test-other | comment |
14
+ |-------------------------|------------|------------|---------------------|
15
+ | ctc-decoding | 2.50 | 5.86 | --epoch 30 --avg 9 |
16
+ | whole-lattice-rescoring | 2.44 | 5.38 | --epoch 30 --avg 9 |
17
+ | attention-rescoring | 2.35 | 5.16 | --epoch 30 --avg 9 |