AndrewMcDowell commited on
Commit
99dbe74
2 Parent(s): 8f3923a 9172521

Merge branch 'main' of https://huggingface.co/AndrewMcDowell/wav2vec2-xls-r-1B-german into main

Browse files
Files changed (1) hide show
  1. README.md +25 -2
README.md CHANGED
@@ -6,11 +6,27 @@ tags:
6
  - automatic-speech-recognition
7
  - mozilla-foundation/common_voice_8_0
8
  - generated_from_trainer
 
 
9
  datasets:
10
  - common_voice
11
  model-index:
12
- - name: ''
13
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  ---
15
 
16
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -91,3 +107,10 @@ The following hyperparameters were used during training:
91
  - Pytorch 1.10.2+cu102
92
  - Datasets 1.18.2.dev0
93
  - Tokenizers 0.11.0
 
 
 
 
 
 
 
 
6
  - automatic-speech-recognition
7
  - mozilla-foundation/common_voice_8_0
8
  - generated_from_trainer
9
+ - robust-speech-event
10
+ - de
11
  datasets:
12
  - common_voice
13
  model-index:
14
+ - name: 'XLS-R-1B - German'
15
+ results:
16
+ - task:
17
+ name: Automatic Speech Recognition
18
+ type: automatic-speech-recognition
19
+ dataset:
20
+ name: Common Voice 8
21
+ type: mozilla-foundation/common_voice_8_0
22
+ args: de
23
+ metrics:
24
+ - name: Test WER
25
+ type: wer
26
+ value: 16.12
27
+ - name: Test CER
28
+ type: cer
29
+ value: 4.023836120707133
30
  ---
31
 
32
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
107
  - Pytorch 1.10.2+cu102
108
  - Datasets 1.18.2.dev0
109
  - Tokenizers 0.11.0
110
+
111
+ #### Evaluation Commands
112
+ 1. To evaluate on `mozilla-foundation/common_voice_8_0` with split `test`
113
+
114
+ ```bash
115
+ python ./eval.py --model_id AndrewMcDowell/wav2vec2-xls-r-1B-german-de --dataset mozilla-foundation/common_voice_8_0 --config de --split test --log_outputs
116
+ ```