Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,14 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
3 |
tags:
|
|
|
4 |
- automatic-speech-recognition
|
|
|
|
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
7 |
- wer
|
@@ -11,15 +18,38 @@ model-index:
|
|
11 |
- task:
|
12 |
type: automatic-speech-recognition
|
13 |
name: Speech Recognition
|
14 |
-
|
15 |
type: Jzuluaga/uwb_atcc
|
16 |
name: UWB-ATCC dataset (Air Traffic Control Communications)
|
17 |
config: test
|
18 |
split: test
|
19 |
metrics:
|
20 |
- type: wer
|
21 |
-
value:
|
22 |
name: TEST WER
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
|
25 |
# wav2vec2-xls-r-300m-en-atc-uwb-atcc-and-atcosim
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language: en
|
4 |
+
datasets:
|
5 |
+
- Jzuluaga/atcosim_corpus
|
6 |
+
- Jzuluaga/uwb_atcc
|
7 |
tags:
|
8 |
+
- audio
|
9 |
- automatic-speech-recognition
|
10 |
+
- en-atc
|
11 |
+
- en
|
12 |
- generated_from_trainer
|
13 |
metrics:
|
14 |
- wer
|
|
|
18 |
- task:
|
19 |
type: automatic-speech-recognition
|
20 |
name: Speech Recognition
|
21 |
+
dataset:
|
22 |
type: Jzuluaga/uwb_atcc
|
23 |
name: UWB-ATCC dataset (Air Traffic Control Communications)
|
24 |
config: test
|
25 |
split: test
|
26 |
metrics:
|
27 |
- type: wer
|
28 |
+
value: 19.21
|
29 |
name: TEST WER
|
30 |
+
verified: False
|
31 |
+
- type: wer
|
32 |
+
value: 15.21
|
33 |
+
name: TEST WER (+LM)
|
34 |
+
verified: False
|
35 |
+
- task:
|
36 |
+
type: automatic-speech-recognition
|
37 |
+
name: Speech Recognition
|
38 |
+
dataset:
|
39 |
+
type: Jzuluaga/atcosim_corpus
|
40 |
+
name: ATCOSIM corpus (Air Traffic Control Communications)
|
41 |
+
config: test
|
42 |
+
split: test
|
43 |
+
metrics:
|
44 |
+
- type: wer
|
45 |
+
value: 4.09
|
46 |
+
name: TEST WER
|
47 |
+
verified: False
|
48 |
+
- type: wer
|
49 |
+
value: 2.53
|
50 |
+
name: TEST WER (+LM)
|
51 |
+
verified: False
|
52 |
+
|
53 |
---
|
54 |
|
55 |
# wav2vec2-xls-r-300m-en-atc-uwb-atcc-and-atcosim
|