matejhornik commited on
Commit
10ded47
·
verified ·
1 Parent(s): 7daa40c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -12,9 +12,11 @@ tags:
12
  - generated_from_trainer
13
  - audio
14
  - master-thesis
 
 
15
  datasets:
16
  - facebook/voxpopuli
17
- base_model:
18
  - facebook/wav2vec2-base-en-voxpopuli-v2
19
  - facebook/bart-base
20
  model-index:
@@ -31,7 +33,7 @@ model-index:
31
  metrics:
32
  - name: WER
33
  type: wer
34
- value: 0.08848048503220916 # 8.85%
35
  - task:
36
  type: automatic-speech-recognition
37
  name: Automatic Speech Recognition
@@ -43,9 +45,11 @@ model-index:
43
  metrics:
44
  - name: WER
45
  type: wer
46
- value: 0.08554638942253362 # 8.55%
47
  pipeline_tag: automatic-speech-recognition
48
  library_name: transformers
 
 
49
  ---
50
 
51
  # Wav2Vec2-BART (Base) for English ASR on VoxPopuli - Best WER from Master's Thesis
@@ -291,6 +295,4 @@ If you use this model or findings from the thesis, please cite:
291
  For questions, feedback, or collaboration opportunities related to this thesis or any other stuff, feel free to reach out:
292
 
293
294
- - **GitHub:** [hornikmatej](https://github.com/hornikmatej)
295
-
296
-
 
12
  - generated_from_trainer
13
  - audio
14
  - master-thesis
15
+ - pytorch
16
+ - transformers
17
  datasets:
18
  - facebook/voxpopuli
19
+ base_model:
20
  - facebook/wav2vec2-base-en-voxpopuli-v2
21
  - facebook/bart-base
22
  model-index:
 
33
  metrics:
34
  - name: WER
35
  type: wer
36
+ value: 8.848048503220916
37
  - task:
38
  type: automatic-speech-recognition
39
  name: Automatic Speech Recognition
 
45
  metrics:
46
  - name: WER
47
  type: wer
48
+ value: 8.554638942253362
49
  pipeline_tag: automatic-speech-recognition
50
  library_name: transformers
51
+ metrics:
52
+ - wer
53
  ---
54
 
55
  # Wav2Vec2-BART (Base) for English ASR on VoxPopuli - Best WER from Master's Thesis
 
295
  For questions, feedback, or collaboration opportunities related to this thesis or any other stuff, feel free to reach out:
296
 
297
298
+ - **GitHub:** [hornikmatej](https://github.com/hornikmatej)