File size: 898 Bytes
e019137
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2e88d7e
e019137
 
 
 
 
 
 
 
 
 
 
 
 
 
e872b09
 
 
e019137
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
datasets: 
  - Tedlium3
language: 
  - en
license: cc-by-nc-nd-3.0
metrics: 
  - 
    name: "dev"
    type: wer
    value: 5.60
  - 
    name: "test"
    type: wer
    value: 5.33
tags: 
  - k2
  - icefall
  - automatic-speech-recognition
---

# Tedlium3

This is an ASR ctc attention encoder-decoder recipe for the Tedlium3 corpus.
The encoder is the re-worked conformer model.
Language models are downloaded from https://kaldi-asr.org/models/m5

## Performance Record

### conformer_ctc2

| Decodeing method         | dev WER    | test WER |
|--------------------------|------------|---------|
| ctc-decoding             |  6.45   | 5.96  |
| 1best                    |  5.92   | 5.51  |
| whole-lattice-rescoring  |  5.96   | 5.47  |
| attention-decoder        |  5.60   | 5.33  |

See the [recipe](https://github.com/k2-fsa/icefall/tree/master/egs/tedlium3/ASR/conformer_ctc2) for details.