comodoro commited on
Commit
8a3436e
1 Parent(s): 3dbfeef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -31
README.md CHANGED
@@ -22,27 +22,11 @@ datasets:
22
  metrics:
23
  - name: Test WER
24
  type: wer
25
- value: 48.3
26
  - name: Test CER
27
  type: cer
28
- value: 18.5
29
- - task:
30
- name: Automatic Speech Recognition
31
- type: automatic-speech-recognition
32
- dataset:
33
- name: Common Voice 8
34
- type: mozilla-foundation/common_voice_8_0
35
- args: sr
36
- metrics:
37
- - name: Test WER
38
- type: wer
39
- value: 48.3
40
- - name: Test CER
41
- type: cer
42
- value: 18.5
43
  ---
44
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
45
- should probably proofread and complete it, then remove this comment. -->
46
 
47
  # Serbian wav2vec2-xls-r-300m-sr-cv8
48
 
@@ -52,24 +36,20 @@ It achieves the following results on the evaluation set:
52
  - Wer: 0.4825
53
  - Cer: 0.1847
54
 
 
 
 
 
 
55
  Evaluation on speech-recognition-community-v2/dev_data gave the following results:
56
 
57
  - WER: 0.9718373107518604
58
  - CER: 0.8302740620263108
59
 
60
- ## Model description
61
-
62
- More information needed
63
-
64
- ## Intended uses & limitations
65
-
66
- More information needed
67
-
68
- ## Training and evaluation data
69
-
70
- More information needed
71
-
72
- ## Training procedure
73
 
74
  ### Training hyperparameters
75
 
22
  metrics:
23
  - name: Test WER
24
  type: wer
25
+ value: 48.5
26
  - name: Test CER
27
  type: cer
28
+ value: 18.4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  ---
 
 
30
 
31
  # Serbian wav2vec2-xls-r-300m-sr-cv8
32
 
36
  - Wer: 0.4825
37
  - Cer: 0.1847
38
 
39
+ Evaluation on mozilla-foundation/common_voice_8_0 gave the following results:
40
+
41
+ - WER: 0.48530097993467103
42
+ - CER: 0.18413288165227845
43
+
44
  Evaluation on speech-recognition-community-v2/dev_data gave the following results:
45
 
46
  - WER: 0.9718373107518604
47
  - CER: 0.8302740620263108
48
 
49
+ The model can be evaluated using the attached `eval.py` script:
50
+ ```
51
+ python eval.py --model_id comodoro/wav2vec2-xls-r-300m-sr-cv8 --dataset mozilla-foundation/common-voice_8_0 --split test --config sr
52
+ ```
 
 
 
 
 
 
 
 
 
53
 
54
  ### Training hyperparameters
55