deepdml commited on
Commit
02440d6
·
1 Parent(s): 85bdcd7

End of training

Browse files
Files changed (1) hide show
  1. README.md +84 -0
README.md ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - af
4
+ license: apache-2.0
5
+ base_model: openai/whisper-tiny
6
+ tags:
7
+ - generated_from_trainer
8
+ datasets:
9
+ - voice-biomarkers/openslr-32-hq-SA-languages-Afrikaans
10
+ - google/fleurs
11
+ metrics:
12
+ - wer
13
+ model-index:
14
+ - name: Whisper Tiny af
15
+ results:
16
+ - task:
17
+ name: Automatic Speech Recognition
18
+ type: automatic-speech-recognition
19
+ dataset:
20
+ name: Common Voice 17.0
21
+ type: voice-biomarkers/openslr-32-hq-SA-languages-Afrikaans
22
+ config: af_za
23
+ split: test
24
+ args: af_za
25
+ metrics:
26
+ - name: Wer
27
+ type: wer
28
+ value: 48.72727272727273
29
+ ---
30
+
31
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
32
+ should probably proofread and complete it, then remove this comment. -->
33
+
34
+ # Whisper Tiny af
35
+
36
+ This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the Common Voice 17.0 dataset.
37
+ It achieves the following results on the evaluation set:
38
+ - Loss: 1.6355
39
+ - Wer: 48.7273
40
+ - Cer: 19.0658
41
+
42
+ ## Model description
43
+
44
+ More information needed
45
+
46
+ ## Intended uses & limitations
47
+
48
+ More information needed
49
+
50
+ ## Training and evaluation data
51
+
52
+ More information needed
53
+
54
+ ## Training procedure
55
+
56
+ ### Training hyperparameters
57
+
58
+ The following hyperparameters were used during training:
59
+ - learning_rate: 1e-05
60
+ - train_batch_size: 128
61
+ - eval_batch_size: 128
62
+ - seed: 42
63
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
64
+ - lr_scheduler_type: linear
65
+ - lr_scheduler_warmup_ratio: 0.04
66
+ - training_steps: 5000
67
+
68
+ ### Training results
69
+
70
+ | Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
71
+ |:-------------:|:-------:|:----:|:---------------:|:-------:|:-------:|
72
+ | 0.0133 | 14.0068 | 1000 | 1.3968 | 48.6926 | 20.3824 |
73
+ | 0.0032 | 28.0136 | 2000 | 1.5069 | 48.6234 | 19.1039 |
74
+ | 0.0016 | 43.0066 | 3000 | 1.5777 | 48.6926 | 19.0775 |
75
+ | 0.0011 | 57.0134 | 4000 | 1.6203 | 48.4675 | 19.1273 |
76
+ | 0.0009 | 72.0064 | 5000 | 1.6355 | 48.7273 | 19.0658 |
77
+
78
+
79
+ ### Framework versions
80
+
81
+ - Transformers 4.42.0.dev0
82
+ - Pytorch 2.3.0+cu121
83
+ - Datasets 2.19.1
84
+ - Tokenizers 0.19.1