axxam commited on
Commit
4f7204c
·
verified ·
1 Parent(s): 4c1eb5f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +59 -3
README.md CHANGED
@@ -1,3 +1,59 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ - hf-asr-leaderboard
6
+ - whisper-event
7
+ metrics:
8
+ - wer
9
+ model-index:
10
+ - name: openai/whisper-medium
11
+ results:
12
+ - task:
13
+ name: Automatic Speech Recognition
14
+ type: automatic-speech-recognition
15
+ dataset:
16
+ name: mozilla-foundation/common_voice_17_0 kab
17
+ type: mozilla-foundation/common_voice_17_0
18
+ args: 'config: ml, split: test'
19
+ metrics:
20
+ - name: Wer
21
+ type: wer
22
+ value: 16.15101446793939
23
+ ---
24
+
25
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
26
+ should probably proofread and complete it, then remove this comment. -->
27
+
28
+ # openai/whisper-base
29
+
30
+ This is an automatic speech recognition model that also does punctuation and casing. This model is for research only, **we do not recommend using this model on production environments**.
31
+
32
+ This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the mozilla-foundation/common_voice_17_0 kab dataset.
33
+ It achieves the following results on the evaluation set:
34
+ - Loss:
35
+ - Wer:
36
+
37
+ ## Model description
38
+
39
+ More information needed
40
+
41
+ ## Intended uses & limitations
42
+
43
+ More information needed
44
+
45
+ ## Training and evaluation data
46
+
47
+ More information needed
48
+
49
+ ## Training procedure
50
+
51
+ ### Training hyperparameters
52
+
53
+
54
+ ### Framework versions
55
+
56
+ - Transformers 4.25.1
57
+ - Pytorch 1.10.0+cu102
58
+ - Datasets 2.8.0
59
+ - Tokenizers 0.13.2