patrickvonplaten commited on
Commit
46d6246
2 Parent(s): 7f8d25f ebd7dee

Merge branch 'main' of https://huggingface.co/patrickvonplaten/xls-r-300-sv-cv7 into main

Browse files
Files changed (1) hide show
  1. README.md +46 -3
README.md CHANGED
@@ -6,11 +6,41 @@ tags:
6
  - automatic-speech-recognition
7
  - mozilla-foundation/common_voice_7_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
@@ -60,6 +90,19 @@ The following hyperparameters were used during training:
60
 
61
  See Tensorboard
62
 
 
 
 
 
 
 
 
 
 
 
 
 
 
63
 
64
  ### Framework versions
65
 
 
6
  - automatic-speech-recognition
7
  - mozilla-foundation/common_voice_7_0
8
  - generated_from_trainer
9
+ - sv
10
+ - robust-speech-event
11
  datasets:
12
+ - mozilla-foundation/common_voice_7_0
13
  model-index:
14
+ - name: XLS-R-300M - Swedish - CV7 - v2
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: sv-SE
23
+ metrics:
24
+ - name: Test WER
25
+ type: wer
26
+ value: 15.99
27
+ - name: Test CER
28
+ type: cer
29
+ value: 5.2
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: sv
37
+ metrics:
38
+ - name: Test WER
39
+ type: wer
40
+ value: 24.41
41
+ - name: Test CER
42
+ type: cer
43
+ value: 11.88
44
  ---
45
 
46
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
90
 
91
  See Tensorboard
92
 
93
+ ### Evaluation Commands
94
+
95
+ 1. To evaluate on `mozilla-foundation/common_voice_7_0` with split `test`
96
+
97
+ ```bash
98
+ python eval.py --model_id patrickvonplaten/xls-r-300-sv-cv7 --dataset mozilla-foundation/common_voice_7_0 --config sv-SE --split test
99
+ ```
100
+
101
+ 2. To evaluate on `speech-recognition-community-v2/dev_data`
102
+
103
+ ```bash
104
+ python eval.py --model_id patrickvonplaten/xls-r-300-sv-cv7 --dataset speech-recognition-community-v2/dev_data --config sv --split validation --chunk_length_s 5.0 --stride_length_s 1.0
105
+ ```
106
 
107
  ### Framework versions
108