AndrewMcDowell commited on
Commit
7020a18
1 Parent(s): dca7804

Update README.md

Browse files

Add test dev eval.

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: 3.78
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  ---
31
 
32
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -120,4 +134,9 @@ The following hyperparameters were used during training:
120
 
121
  ```bash
122
  python ./eval.py --model_id AndrewMcDowell/wav2vec2-xls-r-1B-german --dataset mozilla-foundation/common_voice_8_0 --config de --split test --log_outputs
 
 
 
 
 
123
  ```
 
27
  - name: Test CER
28
  type: cer
29
  value: 3.78
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: 35.29
41
+ - name: Test CER
42
+ type: cer
43
+ value: 13.83
44
  ---
45
 
46
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
134
 
135
  ```bash
136
  python ./eval.py --model_id AndrewMcDowell/wav2vec2-xls-r-1B-german --dataset mozilla-foundation/common_voice_8_0 --config de --split test --log_outputs
137
+ ```
138
+
139
+ 2. To evaluate on test dev data
140
+ ```bash
141
+ python ./eval.py --model_id AndrewMcDowell/wav2vec2-xls-r-1B-german --dataset speech-recognition-community-v2/dev_data --config de --split validation --chunk_length_s 5.0 --stride_length_s 1.0
142
  ```