desh2608 commited on
Commit
b496380
1 Parent(s): 0b46046

add readme

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md CHANGED
@@ -1,3 +1,40 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+ ---
5
+ license: apache-2.0
6
+ datasets:
7
+ - ami
8
+ - icsi
9
+ language:
10
+ - en
11
+ metrics:
12
+ - orc-wer
13
+ ---
14
+ # AMI/ICSI dprnn_zipformer
15
+
16
+ This model is based on the icefall `dprnn_zipformer` recipe under `egs/ami/SURT`.
17
+ For details, refer to the README.md in the recipe.
18
+
19
+ ## Performance Record
20
+
21
+ The following results are obtained using the adapted models using modified beam search
22
+ with a beam size of 4.
23
+
24
+ **AMI**
25
+
26
+ | Model | IHM-Mix | SDM | MDM |
27
+ |------------|:-------:|:----:|:----:|
28
+ | SURT-base | 39.8 | 65.4 | 46.6 |
29
+ | + adapt | 37.4 | 46.9 | 43.7 |
30
+ | SURT-large | 36.8 | 62.5 | 44.4 |
31
+ | + adapt | **35.1** | **44.6** | **41.4** |
32
+
33
+ **ICSI**
34
+
35
+ | Model | IHM-Mix | SDM |
36
+ |------------|:-------:|:----:|
37
+ | SURT-base | 28.3 | 60.0 |
38
+ | + adapt | 26.3 | 33.9 |
39
+ | SURT-large | 27.8 | 59.7 |
40
+ | + adapt | **24.4** | **32.3** |