KevinKibe commited on
Commit
062a640
1 Parent(s): f16a77d

Model save

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: openai/whisper-small
3
+ datasets:
4
+ - common_voice_16_1
5
+ library_name: peft
6
+ license: apache-2.0
7
+ tags:
8
+ - generated_from_trainer
9
+ model-index:
10
+ - name: whisper-small-finetuned_v1-finetuned
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
+ [<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/keviinkibe/huggingface/runs/2zbk30rr)
18
+ [<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/keviinkibe/huggingface/runs/2zbk30rr)
19
+ # whisper-small-finetuned_v1-finetuned
20
+
21
+ This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the common_voice_16_1 dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - eval_loss: 2.8895
24
+ - eval_wer: 122.8661
25
+ - eval_runtime: 654.6896
26
+ - eval_samples_per_second: 0.764
27
+ - eval_steps_per_second: 0.024
28
+ - epoch: 0.1667
29
+ - step: 50
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.0003
49
+ - train_batch_size: 32
50
+ - eval_batch_size: 32
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
+ - training_steps: 300
56
+ - mixed_precision_training: Native AMP
57
+
58
+ ### Framework versions
59
+
60
+ - PEFT 0.11.1
61
+ - Transformers 4.42.3
62
+ - Pytorch 2.2.2+cu121
63
+ - Datasets 2.19.2
64
+ - Tokenizers 0.19.1