AndrewMcDowell commited on
Commit
29a3f09
1 Parent(s): ec48703

Update README.md

Browse files

Add dev data eval results.

Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -27,6 +27,20 @@ model-index:
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
@@ -171,3 +185,8 @@ The following hyperparameters were used during training:
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
  ```
 
 
 
 
 
 
27
  - name: Test CER
28
  type: cer
29
  value: 5.06
30
+ - task:
31
+ name: Automatic Speech Recognition
32
+ type: automatic-speech-recognition
33
+ dataset:
34
+ name: Robust Speech Event - Dev Data
35
+ type: speech-recognition-community-v2/dev_data
36
+ args: de
37
+ metrics:
38
+ - name: Test WER
39
+ type: wer
40
+ value: 39.79
41
+ - name: Test CER
42
+ type: cer
43
+ value: 15.02
44
  ---
45
 
46
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
185
  ```bash
186
  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
187
  ```
188
+
189
+ 2. To evaluate on test dev data
190
+ ```bash
191
+ python ./eval.py --model_id AndrewMcDowell/wav2vec2-xls-r-300m-german-de --dataset speech-recognition-community-v2/dev_data --config de --split validation --chunk_length_s 5.0 --stride_length_s 1.0
192
+ ```