Ihssane123 commited on
Commit
97bb890
·
verified ·
1 Parent(s): 33396c4

End of training

Browse files
Files changed (1) hide show
  1. README.md +76 -0
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: openai/whisper-tiny
5
+ tags:
6
+ - generated_from_trainer
7
+ datasets:
8
+ - PolyAI/minds14
9
+ metrics:
10
+ - wer
11
+ model-index:
12
+ - name: whisper-tiny-en-US
13
+ results:
14
+ - task:
15
+ name: Automatic Speech Recognition
16
+ type: automatic-speech-recognition
17
+ dataset:
18
+ name: PolyAI/minds14
19
+ type: PolyAI/minds14
20
+ metrics:
21
+ - name: Wer
22
+ type: wer
23
+ value: 0.3321407274895647
24
+ ---
25
+
26
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
27
+ should probably proofread and complete it, then remove this comment. -->
28
+
29
+ # whisper-tiny-en-US
30
+
31
+ This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the PolyAI/minds14 dataset.
32
+ It achieves the following results on the evaluation set:
33
+ - Loss: 0.6864
34
+ - Wer Ortho: 0.3460
35
+ - Wer: 0.3321
36
+
37
+ ## Model description
38
+
39
+ More information needed
40
+
41
+ ## Intended uses & limitations
42
+
43
+ More information needed
44
+
45
+ ## Training and evaluation data
46
+
47
+ More information needed
48
+
49
+ ## Training procedure
50
+
51
+ ### Training hyperparameters
52
+
53
+ The following hyperparameters were used during training:
54
+ - learning_rate: 1e-05
55
+ - train_batch_size: 8
56
+ - eval_batch_size: 16
57
+ - seed: 42
58
+ - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
59
+ - lr_scheduler_type: constant_with_warmup
60
+ - lr_scheduler_warmup_steps: 50
61
+ - training_steps: 500
62
+ - mixed_precision_training: Native AMP
63
+
64
+ ### Training results
65
+
66
+ | Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
67
+ |:-------------:|:------:|:----:|:---------------:|:---------:|:------:|
68
+ | 0.0027 | 8.9286 | 500 | 0.6864 | 0.3460 | 0.3321 |
69
+
70
+
71
+ ### Framework versions
72
+
73
+ - Transformers 4.57.0
74
+ - Pytorch 2.8.0+cu126
75
+ - Datasets 3.0.0
76
+ - Tokenizers 0.22.1