jpandeinge commited on
Commit
e30a7a6
·
1 Parent(s): 0e5ffd2

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +79 -0
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - wer
7
+ - precision
8
+ - recall
9
+ model-index:
10
+ - name: whisper-base-oshiwambo-speech
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
+ # whisper-base-oshiwambo-speech
18
+
19
+ This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.0834
22
+ - Wer: 80.9524
23
+ - Cer: 58.9623
24
+ - Word Acc: 82.2917
25
+ - Sent Acc: 54.2857
26
+ - Precision: 0.5097
27
+ - Recall: 0.7524
28
+ - F1 Score: 0.6077
29
+
30
+ ## Model description
31
+
32
+ More information needed
33
+
34
+ ## Intended uses & limitations
35
+
36
+ More information needed
37
+
38
+ ## Training and evaluation data
39
+
40
+ More information needed
41
+
42
+ ## Training procedure
43
+
44
+ ### Training hyperparameters
45
+
46
+ The following hyperparameters were used during training:
47
+ - learning_rate: 1e-05
48
+ - train_batch_size: 8
49
+ - eval_batch_size: 4
50
+ - seed: 42
51
+ - gradient_accumulation_steps: 2
52
+ - total_train_batch_size: 16
53
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
54
+ - lr_scheduler_type: linear
55
+ - lr_scheduler_warmup_steps: 100
56
+ - training_steps: 10000
57
+
58
+ ### Training results
59
+
60
+ | Training Loss | Epoch | Step | Validation Loss | Wer | Cer | Word Acc | Sent Acc | Precision | Recall | F1 Score |
61
+ |:-------------:|:-------:|:-----:|:---------------:|:-------:|:-------:|:--------:|:--------:|:---------:|:------:|:--------:|
62
+ | 0.0099 | 117.65 | 1000 | 0.0777 | 46.6667 | 31.6038 | 69.1358 | 11.4286 | 0.6914 | 0.5333 | 0.6022 |
63
+ | 0.0105 | 235.29 | 2000 | 0.0806 | 47.6190 | 33.2547 | 71.4286 | 11.4286 | 0.7143 | 0.5238 | 0.6044 |
64
+ | 0.0106 | 352.94 | 3000 | 0.0795 | 44.7619 | 34.6698 | 76.3158 | 25.7143 | 0.7632 | 0.5524 | 0.6409 |
65
+ | 0.0092 | 470.59 | 4000 | 0.0793 | 42.8571 | 35.8491 | 81.0811 | 31.4286 | 0.8108 | 0.5714 | 0.6704 |
66
+ | 0.0099 | 588.24 | 5000 | 0.0806 | 92.3810 | 69.8113 | 81.7073 | 42.8571 | 0.4752 | 0.6381 | 0.5447 |
67
+ | 0.0094 | 705.88 | 6000 | 0.0800 | 28.5714 | 22.1698 | 83.3333 | 48.5714 | 0.8333 | 0.7143 | 0.7692 |
68
+ | 0.0093 | 823.53 | 7000 | 0.0796 | 24.7619 | 16.2736 | 82.2917 | 54.2857 | 0.8229 | 0.7524 | 0.7861 |
69
+ | 0.0095 | 941.18 | 8000 | 0.0815 | 82.8571 | 59.1981 | 80.2083 | 51.4286 | 0.4968 | 0.7333 | 0.5923 |
70
+ | 0.01 | 1058.82 | 9000 | 0.0815 | 24.7619 | 16.5094 | 82.2917 | 54.2857 | 0.8229 | 0.7524 | 0.7861 |
71
+ | 0.0088 | 1176.47 | 10000 | 0.0834 | 80.9524 | 58.9623 | 82.2917 | 54.2857 | 0.5097 | 0.7524 | 0.6077 |
72
+
73
+
74
+ ### Framework versions
75
+
76
+ - Transformers 4.30.0.dev0
77
+ - Pytorch 2.0.0
78
+ - Datasets 2.12.0
79
+ - Tokenizers 0.13.3