charioteer commited on
Commit
76cfd6a
1 Parent(s): cd0ca14

Model save

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: peft
4
+ tags:
5
+ - generated_from_trainer
6
+ base_model: openai/whisper-small
7
+ datasets:
8
+ - common_voice_11_0
9
+ metrics:
10
+ - wer
11
+ model-index:
12
+ - name: whisper_small.hi_lora
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.hi_lora
20
+
21
+ This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the common_voice_11_0 dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.4588
24
+ - Wer: 52.1713
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: 0.0003
44
+ - train_batch_size: 8
45
+ - eval_batch_size: 8
46
+ - seed: 42
47
+ - gradient_accumulation_steps: 2
48
+ - total_train_batch_size: 16
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - lr_scheduler_warmup_steps: 500
52
+ - training_steps: 5000
53
+ - mixed_precision_training: Native AMP
54
+
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
58
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|
59
+ | 0.4177 | 2.44 | 1000 | 0.5055 | 59.4430 |
60
+ | 0.3887 | 4.89 | 2000 | 0.4759 | 52.9544 |
61
+ | 0.3595 | 7.33 | 3000 | 0.4660 | 52.4634 |
62
+ | 0.3643 | 9.78 | 4000 | 0.4598 | 52.2221 |
63
+ | 0.3556 | 12.22 | 5000 | 0.4588 | 52.1713 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - PEFT 0.10.0
69
+ - Transformers 4.39.3
70
+ - Pytorch 2.2.2+cu121
71
+ - Datasets 2.18.0
72
+ - Tokenizers 0.15.2