deepdml commited on
Commit
575129f
·
1 Parent(s): 0be2970

End of training

Browse files
Files changed (1) hide show
  1. README.md +83 -0
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - ig
4
+ license: apache-2.0
5
+ base_model: openai/whisper-base
6
+ tags:
7
+ - generated_from_trainer
8
+ datasets:
9
+ - deepdml/igbo-dict-16khz
10
+ - deepdml/igbo-dict-expansion-16khz
11
+ metrics:
12
+ - wer
13
+ model-index:
14
+ - name: Whisper Base ig
15
+ results:
16
+ - task:
17
+ name: Automatic Speech Recognition
18
+ type: automatic-speech-recognition
19
+ dataset:
20
+ name: Common Voice 17.0
21
+ type: deepdml/igbo-dict-16khz
22
+ config: ig
23
+ split: test
24
+ args: ig
25
+ metrics:
26
+ - name: Wer
27
+ type: wer
28
+ value: 333.33333333333337
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 Base ig
35
+
36
+ This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the Common Voice 17.0 dataset.
37
+ It achieves the following results on the evaluation set:
38
+ - Loss: 3.0006
39
+ - Wer: 333.3333
40
+
41
+ ## Model description
42
+
43
+ More information needed
44
+
45
+ ## Intended uses & limitations
46
+
47
+ More information needed
48
+
49
+ ## Training and evaluation data
50
+
51
+ More information needed
52
+
53
+ ## Training procedure
54
+
55
+ ### Training hyperparameters
56
+
57
+ The following hyperparameters were used during training:
58
+ - learning_rate: 1e-05
59
+ - train_batch_size: 64
60
+ - eval_batch_size: 8
61
+ - seed: 42
62
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
63
+ - lr_scheduler_type: linear
64
+ - lr_scheduler_warmup_steps: 500
65
+ - training_steps: 5000
66
+
67
+ ### Training results
68
+
69
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
70
+ |:-------------:|:------:|:----:|:---------------:|:--------:|
71
+ | 0.238 | 1.0346 | 1000 | 2.6604 | 55.5556 |
72
+ | 0.1268 | 2.0692 | 2000 | 2.6675 | 50.0 |
73
+ | 0.0561 | 3.1038 | 3000 | 2.8636 | 325.0 |
74
+ | 0.0436 | 4.1384 | 4000 | 2.9398 | 58.3333 |
75
+ | 0.021 | 6.0076 | 5000 | 3.0006 | 333.3333 |
76
+
77
+
78
+ ### Framework versions
79
+
80
+ - Transformers 4.42.0.dev0
81
+ - Pytorch 2.3.0+cu121
82
+ - Datasets 2.19.1
83
+ - Tokenizers 0.19.1