mizoru commited on
Commit
30d9089
·
verified ·
1 Parent(s): 689e2a0

End of training

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-large-v2
9
+ metrics:
10
+ - wer
11
+ model-index:
12
+ - name: 'Whisper Large 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/te5djaa5)
20
+ # Whisper Large Ru ORD 0.9 Peft PEFT 4-bit Q DoRA - Mizoru
21
+
22
+ This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the ORD_0.9 dataset.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 0.9988
25
+ - Wer: 48.4439
26
+ - Cer: 26.5242
27
+ - Clean Wer: 40.8650
28
+ - Clean Cer: 20.9832
29
+
30
+ ## Model description
31
+
32
+ More information needed
33
+
34
+ ## Intended uses & limitations
35
+
36
+ More information needed
37
+
38
+ ## Training and evaluation data
39
+
40
+ More information needed
41
+
42
+ ## Training procedure
43
+
44
+ ### Training hyperparameters
45
+
46
+ The following hyperparameters were used during training:
47
+ - learning_rate: 0.001
48
+ - train_batch_size: 16
49
+ - eval_batch_size: 16
50
+ - seed: 42
51
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
52
+ - lr_scheduler_type: linear
53
+ - lr_scheduler_warmup_steps: 50
54
+ - num_epochs: 4
55
+ - mixed_precision_training: Native AMP
56
+
57
+ ### Training results
58
+
59
+ | Training Loss | Epoch | Step | Cer | Clean Cer | Clean Wer | Validation Loss | Wer |
60
+ |:-------------:|:-----:|:----:|:-------:|:---------:|:---------:|:---------------:|:-------:|
61
+ | 1.216 | 1.0 | 550 | 27.9352 | 22.0432 | 43.2693 | 1.0350 | 50.7505 |
62
+ | 1.1847 | 2.0 | 1100 | 26.5324 | 20.9303 | 41.2903 | 1.0187 | 49.1670 |
63
+ | 1.055 | 3.0 | 1650 | 26.7141 | 21.0494 | 41.5960 | 0.9889 | 48.8428 |
64
+ | 0.9137 | 4.0 | 2200 | 0.9988 | 48.4439 | 26.5242 | 40.8650 | 20.9832 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - PEFT 0.11.2.dev0
70
+ - Transformers 4.41.0.dev0
71
+ - Pytorch 2.1.2
72
+ - Datasets 2.18.0
73
+ - Tokenizers 0.19.1