VMadalina commited on
Commit
bf6c3fa
·
1 Parent(s): 89a6565

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +67 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - ro
4
+ license: apache-2.0
5
+ base_model: openai/whisper-small
6
+ tags:
7
+ - hf-asr-leaderboard
8
+ - generated_from_trainer
9
+ metrics:
10
+ - wer
11
+ model-index:
12
+ - name: Whisper Small Ro - VM6
13
+ results: []
14
+ ---
15
+
16
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
+
19
+ # Whisper Small Ro - VM6
20
+
21
+ This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the None dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.9801
24
+ - Wer: 44.7801
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 1e-05
44
+ - train_batch_size: 16
45
+ - eval_batch_size: 8
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - lr_scheduler_warmup_steps: 150
50
+ - training_steps: 4000
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
55
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|
56
+ | 0.05 | 3.69 | 1000 | 0.8344 | 50.6543 |
57
+ | 0.0077 | 7.38 | 2000 | 0.9303 | 44.9572 |
58
+ | 0.0043 | 11.07 | 3000 | 0.9479 | 48.7848 |
59
+ | 0.0008 | 14.76 | 4000 | 0.9801 | 44.7801 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.32.0.dev0
65
+ - Pytorch 2.1.0+cu118
66
+ - Datasets 2.12.0
67
+ - Tokenizers 0.13.3