vizsatiz commited on
Commit
df8191a
1 Parent(s): 474dc3f

End of training

Browse files
Files changed (1) hide show
  1. README.md +74 -0
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ language:
4
+ - multilingual
5
+ license: apache-2.0
6
+ base_model: openai/whisper-large-v3
7
+ tags:
8
+ - whisper-event
9
+ - generated_from_trainer
10
+ metrics:
11
+ - bleu
12
+ model-index:
13
+ - name: Fauna-v3.6 - Rootflo
14
+ results: []
15
+ ---
16
+
17
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
18
+ should probably proofread and complete it, then remove this comment. -->
19
+
20
+ # Fauna-v3.6 - Rootflo
21
+
22
+ This model is a fine-tuned version of [openai/whisper-large-v3](https://huggingface.co/openai/whisper-large-v3) on the None dataset.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 0.1129
25
+ - Bleu: 19.6035
26
+
27
+ ## Model description
28
+
29
+ More information needed
30
+
31
+ ## Intended uses & limitations
32
+
33
+ More information needed
34
+
35
+ ## Training and evaluation data
36
+
37
+ More information needed
38
+
39
+ ## Training procedure
40
+
41
+ ### Training hyperparameters
42
+
43
+ The following hyperparameters were used during training:
44
+ - learning_rate: 2e-06
45
+ - train_batch_size: 96
46
+ - eval_batch_size: 96
47
+ - seed: 42
48
+ - distributed_type: multi-GPU
49
+ - num_devices: 4
50
+ - gradient_accumulation_steps: 2
51
+ - total_train_batch_size: 768
52
+ - total_eval_batch_size: 384
53
+ - optimizer: Use adamw_bnb_8bit with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
54
+ - lr_scheduler_type: cosine
55
+ - lr_scheduler_warmup_steps: 100
56
+ - training_steps: 0
57
+ - mixed_precision_training: Native AMP
58
+
59
+ ### Training results
60
+
61
+ | Training Loss | Epoch | Step | Validation Loss | Bleu |
62
+ |:-------------:|:------:|:----:|:---------------:|:-------:|
63
+ | 0.3935 | 0.9961 | 129 | 0.1285 | 16.5443 |
64
+ | 0.2695 | 2.0 | 259 | 0.1173 | 18.5659 |
65
+ | 0.2469 | 2.9961 | 388 | 0.1135 | 11.4429 |
66
+ | 0.2285 | 3.9846 | 516 | 0.1129 | 19.6035 |
67
+
68
+
69
+ ### Framework versions
70
+
71
+ - Transformers 4.46.1
72
+ - Pytorch 2.5.1+cu124
73
+ - Datasets 3.0.2
74
+ - Tokenizers 0.20.3