KitoEver commited on
Commit
ba89106
·
verified ·
1 Parent(s): 8834722

End of training

Browse files
Files changed (1) hide show
  1. README.md +86 -0
README.md ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - nyn
4
+ license: apache-2.0
5
+ base_model: openai/whisper-small
6
+ tags:
7
+ - whisper-event
8
+ - generated_from_trainer
9
+ datasets:
10
+ - tericlabs
11
+ metrics:
12
+ - wer
13
+ model-index:
14
+ - name: Whisper Small Runyankore
15
+ results:
16
+ - task:
17
+ name: Automatic Speech Recognition
18
+ type: automatic-speech-recognition
19
+ dataset:
20
+ name: Yogera data
21
+ type: tericlabs
22
+ metrics:
23
+ - name: Wer
24
+ type: wer
25
+ value: 47.48073503260225
26
+ ---
27
+
28
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
29
+ should probably proofread and complete it, then remove this comment. -->
30
+
31
+ # Whisper Small Runyankore
32
+
33
+ This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Yogera data dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 0.6975
36
+ - Wer: 47.4807
37
+
38
+ ## Model description
39
+
40
+ More information needed
41
+
42
+ ## Intended uses & limitations
43
+
44
+ More information needed
45
+
46
+ ## Training and evaluation data
47
+
48
+ More information needed
49
+
50
+ ## Training procedure
51
+
52
+ ### Training hyperparameters
53
+
54
+ The following hyperparameters were used during training:
55
+ - learning_rate: 1e-05
56
+ - train_batch_size: 16
57
+ - eval_batch_size: 8
58
+ - seed: 42
59
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
60
+ - lr_scheduler_type: linear
61
+ - lr_scheduler_warmup_steps: 1000
62
+ - training_steps: 1000
63
+ - mixed_precision_training: Native AMP
64
+
65
+ ### Training results
66
+
67
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
68
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|
69
+ | 3.7277 | 0.43 | 100 | 2.6880 | 98.2810 |
70
+ | 2.265 | 0.85 | 200 | 1.8155 | 84.8251 |
71
+ | 1.6872 | 1.28 | 300 | 1.3734 | 75.1630 |
72
+ | 1.25 | 1.7 | 400 | 0.9704 | 65.2638 |
73
+ | 0.9047 | 2.13 | 500 | 0.8496 | 57.9727 |
74
+ | 0.7852 | 2.55 | 600 | 0.7705 | 57.0836 |
75
+ | 0.7065 | 2.98 | 700 | 0.7080 | 51.4523 |
76
+ | 0.4952 | 3.4 | 800 | 0.6939 | 50.3853 |
77
+ | 0.516 | 3.83 | 900 | 0.6786 | 49.0219 |
78
+ | 0.4005 | 4.26 | 1000 | 0.6975 | 47.4807 |
79
+
80
+
81
+ ### Framework versions
82
+
83
+ - Transformers 4.38.0.dev0
84
+ - Pytorch 2.1.0+cu121
85
+ - Datasets 2.16.1
86
+ - Tokenizers 0.15.0