minor fix
Browse files
README.md
CHANGED
@@ -17,16 +17,16 @@ For details, refer to the README.md in the recipe.
|
|
17 |
The following results are obtained using the adapted models using modified beam search
|
18 |
with a beam size of 4.
|
19 |
|
20 |
-
|
21 |
|
22 |
| Model | # params | 0L | 0S | OV10 | OV20 | OV30 | OV40 | Avg. |
|
23 |
-
|
24 |
| dprnn_zipformer (base) | 26.7 | 5.1 | 4.2 | 13.7 | 18.7 | 20.5 | 20.6 | 13.8 |
|
25 |
| dprnn_zipformer (large) | 37.9 | 4.6 | 3.8 | 12.7 | 14.3 | 16.7 | 21.2 | 12.2 |
|
26 |
|
27 |
-
|
28 |
|
29 |
| Model | # params | 0L | 0S | OV10 | OV20 | OV30 | OV40 | Avg. |
|
30 |
-
|
31 |
| dprnn_zipformer (base) | 26.7 | 6.8 | 7.2 | 21.4 | 24.5 | 28.6 | 31.2 | 20.0 |
|
32 |
| dprnn_zipformer (large) | 37.9 | 6.4 | 6.9 | 17.9 | 19.7 | 25.2 | 25.5 | 16.9 |
|
|
|
17 |
The following results are obtained using the adapted models using modified beam search
|
18 |
with a beam size of 4.
|
19 |
|
20 |
+
#### IHM-Mix
|
21 |
|
22 |
| Model | # params | 0L | 0S | OV10 | OV20 | OV30 | OV40 | Avg. |
|
23 |
+
|------------|:-------:|:----:|:---:|----:|:----:|:----:|:----:|:----:|
|
24 |
| dprnn_zipformer (base) | 26.7 | 5.1 | 4.2 | 13.7 | 18.7 | 20.5 | 20.6 | 13.8 |
|
25 |
| dprnn_zipformer (large) | 37.9 | 4.6 | 3.8 | 12.7 | 14.3 | 16.7 | 21.2 | 12.2 |
|
26 |
|
27 |
+
#### SDM
|
28 |
|
29 |
| Model | # params | 0L | 0S | OV10 | OV20 | OV30 | OV40 | Avg. |
|
30 |
+
|------------|:-------:|:----:|:---:|----:|:----:|:----:|:----:|:----:|
|
31 |
| dprnn_zipformer (base) | 26.7 | 6.8 | 7.2 | 21.4 | 24.5 | 28.6 | 31.2 | 20.0 |
|
32 |
| dprnn_zipformer (large) | 37.9 | 6.4 | 6.9 | 17.9 | 19.7 | 25.2 | 25.5 | 16.9 |
|