AndrewMcDowell commited on
Commit
ddf4608
1 Parent(s): bda833f

Update README.md

Browse files

Add eval results.

Files changed (1) hide show
  1. README.md +29 -4
README.md CHANGED
@@ -9,14 +9,32 @@ tags:
9
  - robust-speech-event
10
  - de
11
  datasets:
12
- - common_voice
13
  model-index:
14
- - name: ''
15
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  ---
17
 
18
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
19
- should probably proofread and complete it, then remove this comment. -->
 
 
 
 
20
 
21
  #
22
 
@@ -146,3 +164,10 @@ The following hyperparameters were used during training:
146
  - Pytorch 1.10.1+cu102
147
  - Datasets 1.17.1.dev0
148
  - Tokenizers 0.11.0
 
 
 
 
 
 
 
 
9
  - robust-speech-event
10
  - de
11
  datasets:
12
+ - mozilla-foundation/common_voice_7_0
13
  model-index:
14
+ - name: 'XLS-R-300M - German'
15
+ results:
16
+ - task:
17
+ name: Automatic Speech Recognition
18
+ type: automatic-speech-recognition
19
+ dataset:
20
+ name: Common Voice 7
21
+ type: mozilla-foundation/common_voice_7_0
22
+ args: de
23
+ metrics:
24
+ - name: Test WER
25
+ type: wer
26
+ value: 20.16
27
+ - name: Test CER
28
+ type: cer
29
+ value: 5.06
30
  ---
31
 
32
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
33
+ should probably proofread and complete it, then remove this comment.
34
+ eval results:
35
+ WER: 0.20161578657865786
36
+ CER: 0.05062357805269733
37
+ -->
38
 
39
  #
40
 
 
164
  - Pytorch 1.10.1+cu102
165
  - Datasets 1.17.1.dev0
166
  - Tokenizers 0.11.0
167
+
168
+ #### Evaluation Commands
169
+ 1. To evaluate on `mozilla-foundation/common_voice_7_0` with split `test`
170
+
171
+ ```bash
172
+ python ./eval.py --model_id AndrewMcDowell/wav2vec2-xls-r-300m-german-de --dataset mozilla-foundation/common_voice_7_0 --config de --split test --log_outputs
173
+ ```