compulsi0n commited on
Commit
44a714a
·
verified ·
1 Parent(s): 0693015

finished 8-epoch rsLoRA fine-tune

Browse files
Files changed (2) hide show
  1. README.md +73 -0
  2. adapter_model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: mit
4
+ base_model: openai/whisper-large-v3-turbo
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - wer
9
+ model-index:
10
+ - name: whisper-hf-rslora
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # whisper-hf-rslora
18
+
19
+ This model is a fine-tuned version of [openai/whisper-large-v3-turbo](https://huggingface.co/openai/whisper-large-v3-turbo) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.6919
22
+ - Wer: 0.2424
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 1e-05
42
+ - train_batch_size: 4
43
+ - eval_batch_size: 8
44
+ - seed: 42
45
+ - gradient_accumulation_steps: 4
46
+ - total_train_batch_size: 16
47
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
48
+ - lr_scheduler_type: constant_with_warmup
49
+ - lr_scheduler_warmup_steps: 500
50
+ - num_epochs: 8
51
+ - mixed_precision_training: Native AMP
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
56
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
57
+ | 2.3062 | 1.0 | 92 | 1.1343 | 0.2388 |
58
+ | 1.0317 | 2.0 | 184 | 0.7145 | 0.2620 |
59
+ | 0.6833 | 3.0 | 276 | 0.6606 | 0.2105 |
60
+ | 0.5934 | 4.0 | 368 | 0.6292 | 0.2122 |
61
+ | 0.5104 | 5.0 | 460 | 0.6347 | 0.2521 |
62
+ | 0.4392 | 6.0 | 552 | 0.6444 | 0.2729 |
63
+ | 0.3653 | 7.0 | 644 | 0.6701 | 0.2198 |
64
+ | 0.3178 | 8.0 | 736 | 0.6919 | 0.2424 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - PEFT 0.15.2
70
+ - Transformers 4.52.4
71
+ - Pytorch 2.6.0+cu124
72
+ - Datasets 3.6.0
73
+ - Tokenizers 0.21.1
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c41f81a490b42e75bff5e99c206918fe4c8133c432cc97fde8c0b6393a613a38
3
  size 209738408
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db913eb176260dda016c5920ab513f65e912293c4740dff62497698cd8a0bdd9
3
  size 209738408