mizoru commited on
Commit
ad85bc0
·
verified ·
1 Parent(s): 657213c

End of training

Browse files
Files changed (1) hide show
  1. README.md +74 -0
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - ru
4
+ license: apache-2.0
5
+ library_name: peft
6
+ tags:
7
+ - generated_from_trainer
8
+ base_model: openai/whisper-small
9
+ metrics:
10
+ - wer
11
+ model-index:
12
+ - name: 'Whisper Small Ru ORD 0.9 Peft PEFT 4-bit Q DoRA - Mizoru '
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
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/mizoru/ORD/runs/fdm77w56)
20
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/mizoru/ORD/runs/1aifdj7m)
21
+ # Whisper Small Ru ORD 0.9 Peft PEFT 4-bit Q DoRA - Mizoru
22
+
23
+ This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the ORD_0.9 dataset.
24
+ It achieves the following results on the evaluation set:
25
+ - Loss: 1.1643
26
+ - Wer: 58.1771
27
+ - Cer: 31.9056
28
+ - Clean Wer: 50.6879
29
+ - Clean Cer: 26.1504
30
+
31
+ ## Model description
32
+
33
+ More information needed
34
+
35
+ ## Intended uses & limitations
36
+
37
+ More information needed
38
+
39
+ ## Training and evaluation data
40
+
41
+ More information needed
42
+
43
+ ## Training procedure
44
+
45
+ ### Training hyperparameters
46
+
47
+ The following hyperparameters were used during training:
48
+ - learning_rate: 0.001
49
+ - train_batch_size: 16
50
+ - eval_batch_size: 16
51
+ - seed: 42
52
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
53
+ - lr_scheduler_type: linear
54
+ - lr_scheduler_warmup_steps: 50
55
+ - num_epochs: 4
56
+ - mixed_precision_training: Native AMP
57
+
58
+ ### Training results
59
+
60
+ | Training Loss | Epoch | Step | Validation Loss | Wer | Cer | Clean Wer | Clean Cer |
61
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:---------:|:---------:|
62
+ | 1.1675 | 1.0 | 550 | 1.2152 | 60.5918 | 33.7819 | 55.0018 | 28.7141 |
63
+ | 1.1217 | 2.0 | 1100 | 1.1698 | 62.6194 | 35.1450 | 54.1401 | 29.5194 |
64
+ | 0.9579 | 3.0 | 1650 | 1.1557 | 58.2105 | 32.0513 | 51.0548 | 26.5161 |
65
+ | 0.7957 | 4.0 | 2200 | 1.1643 | 58.1771 | 31.9056 | 50.6879 | 26.1504 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - PEFT 0.11.1.dev0
71
+ - Transformers 4.41.0.dev0
72
+ - Pytorch 2.1.2
73
+ - Datasets 2.18.0
74
+ - Tokenizers 0.19.1