DeividasM commited on
Commit
46a0666
1 Parent(s): 88dd4e8

Whisper medium

Browse files
Files changed (1) hide show
  1. README.md +71 -0
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - lt
4
+ license: apache-2.0
5
+ tags:
6
+ - whisper-event
7
+ - hf-asr-leaderboard
8
+ - generated_from_trainer
9
+ datasets:
10
+ - mozilla-foundation/common_voice_11_0
11
+ metrics:
12
+ - wer
13
+ model-index:
14
+ - name: Whisper Medium Lithuanian
15
+ results:
16
+ - task:
17
+ name: Automatic Speech Recognition
18
+ type: automatic-speech-recognition
19
+ dataset:
20
+ name: mozilla-foundation/common_voice_11_0
21
+ type: mozilla-foundation/common_voice_11_0
22
+ args: 'config: lt, split: test'
23
+ metrics:
24
+ - name: Wer
25
+ type: wer
26
+ value: 20.446244
27
+ ---
28
+
29
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
30
+ should probably proofread and complete it, then remove this comment. -->
31
+
32
+ # Whisper Medium Lithuanian CV11
33
+
34
+ This model is a fine-tuned version of [openai/whisper-large](https://huggingface.co/openai/whisper-large) on the mozilla-foundation/common_voice_11_0 cs dataset.
35
+ It achieves the following results on the evaluation set:
36
+ - Loss: 0.354951
37
+ - Wer: 20.446244
38
+
39
+ ## Model description
40
+
41
+ More information needed
42
+
43
+ ## Intended uses & limitations
44
+
45
+ More information needed
46
+
47
+ ## Training and evaluation data
48
+
49
+ More information needed
50
+
51
+ ## Training procedure
52
+
53
+ ### Training hyperparameters
54
+
55
+
56
+
57
+ ### Training results
58
+
59
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
60
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|
61
+ | 0.0056 | 9.42 | 1000 | 0.3252 | 20.5534 |
62
+ | 0.0023 | 18.8 | 2000 | 0.3549 | 20.4462 |
63
+
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.26.0.dev0
69
+ - Pytorch 1.13.0+cu117
70
+ - Datasets 2.7.1.dev0
71
+ - Tokenizers 0.13.2