Jzuluaga librarian-bot commited on
Commit
113264c
1 Parent(s): f107feb

Librarian Bot: Add base_model information to model (#2)

Browse files

- Librarian Bot: Add base_model information to model (9ce26317fc1426be92b62fbc1ef7a26c2ab3f608)


Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>

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