ayymen commited on
Commit
5d3602a
1 Parent(s): 62990fa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +61 -4
README.md CHANGED
@@ -21,7 +21,66 @@ tags:
21
  - pytorch
22
  model-index:
23
  - name: stt_zgh_fastconformer_ctc_small
24
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  pipeline_tag: automatic-speech-recognition
26
  ---
27
  ## Model Overview
@@ -84,9 +143,7 @@ Common Voice 17 *kab* and *zgh* splits plus bible readings in Tachelhit and Tari
84
 
85
  ## Performance
86
 
87
- <LIST THE SCORES OF THE MODEL -
88
- OR
89
- USE THE Hugging Face Evaluate LiBRARY TO UPLOAD METRICS>
90
 
91
  ## Limitations
92
 
 
21
  - pytorch
22
  model-index:
23
  - name: stt_zgh_fastconformer_ctc_small
24
+ results:
25
+ - task:
26
+ type: Automatic Speech Recognition
27
+ name: automatic-speech-recognition
28
+ dataset:
29
+ name: Mozilla Common Voice 17.0
30
+ type: mozilla-foundation/common_voice_17_0
31
+ config: zgh
32
+ split: test
33
+ args:
34
+ language: zgh
35
+ metrics:
36
+ - name: Test WER
37
+ type: wer
38
+ value: 71.88
39
+ - task:
40
+ type: Automatic Speech Recognition
41
+ name: automatic-speech-recognition
42
+ dataset:
43
+ name: Mozilla Common Voice 17.0
44
+ type: mozilla-foundation/common_voice_17_0
45
+ config: zgh
46
+ split: test
47
+ args:
48
+ language: zgh
49
+ metrics:
50
+ - name: Test CER
51
+ type: cer
52
+ value: 25.02
53
+ - task:
54
+ type: Automatic Speech Recognition
55
+ name: automatic-speech-recognition
56
+ dataset:
57
+ name: Mozilla Common Voice 17.0
58
+ type: mozilla-foundation/common_voice_17_0
59
+ config: kab
60
+ split: test
61
+ args:
62
+ language: kab
63
+ metrics:
64
+ - name: Test WER
65
+ type: wer
66
+ value: 38.21
67
+ - task:
68
+ type: Automatic Speech Recognition
69
+ name: automatic-speech-recognition
70
+ dataset:
71
+ name: Mozilla Common Voice 17.0
72
+ type: mozilla-foundation/common_voice_17_0
73
+ config: kab
74
+ split: test
75
+ args:
76
+ language: kab
77
+ metrics:
78
+ - name: Test CER
79
+ type: cer
80
+ value: 14.41
81
+ metrics:
82
+ - wer
83
+ - cer
84
  pipeline_tag: automatic-speech-recognition
85
  ---
86
  ## Model Overview
 
143
 
144
  ## Performance
145
 
146
+ Metrics are computed on the cleaned, non-punctuated test sets of *zgh* and *kab* (converted to Tifinagh).
 
 
147
 
148
  ## Limitations
149