videodanchik
commited on
Commit
•
e019137
1
Parent(s):
241dfaf
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- Tedlium3
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
license: cc-by-nc-nd-3.0
|
7 |
+
metrics:
|
8 |
+
-
|
9 |
+
name: "dev"
|
10 |
+
type: wer
|
11 |
+
value: 5.60
|
12 |
+
-
|
13 |
+
name: "test"
|
14 |
+
type: wer
|
15 |
+
value: 5.33
|
16 |
+
tags:
|
17 |
+
- k2
|
18 |
+
- icefall
|
19 |
+
---
|
20 |
+
|
21 |
+
# Tedlium3
|
22 |
+
|
23 |
+
This is an ASR ctc attention encoder-decoder recipe for the Tedlium3 corpus.
|
24 |
+
The encoder is the re-worked conformer model.
|
25 |
+
Language models are downloaded from https://kaldi-asr.org/models/m5
|
26 |
+
|
27 |
+
## Performance Record
|
28 |
+
|
29 |
+
### conformer_ctc2
|
30 |
+
|
31 |
+
| Decodeing method | dev WER | test WER |
|
32 |
+
|--------------------------|------------|---------|
|
33 |
+
| ctc-decoding | 6.37 | 5.92 |
|
34 |
+
| 1best | 5.88 | 5.46 |
|
35 |
+
| whole-lattice-rescoring | 5.90 | 5.48 |
|
36 |
+
| attention-decoder | 5.60 | 5.33 |
|
37 |
+
|
38 |
+
See the [recipe](https://github.com/k2-fsa/icefall/tree/master/egs/tedlium3/ASR/conformer_ctc2) for details.
|