jpandeinge commited on
Commit
06f9c9d
1 Parent(s): 252cdb1

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-tiny-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-tiny-oshiwambo-speech
18
+
19
+ This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.1409
22
+ - Wer: 44.7619
23
+ - Cer: 30.8962
24
+ - Word Acc: 64.4444
25
+ - Sent Acc: 2.8571
26
+ - Precision: 0.6444
27
+ - Recall: 0.5524
28
+ - F1 Score: 0.5949
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.0098 | 117.65 | 1000 | 0.0976 | 37.1429 | 29.0094 | 66.6667 | 8.5714 | 0.6538 | 0.6476 | 0.6507 |
63
+ | 0.0105 | 235.29 | 2000 | 0.1061 | 41.9048 | 33.0189 | 63.6364 | 2.8571 | 0.6238 | 0.6 | 0.6117 |
64
+ | 0.0105 | 352.94 | 3000 | 0.1134 | 37.1429 | 26.8868 | 66.6667 | 5.7143 | 0.6667 | 0.6286 | 0.6471 |
65
+ | 0.0091 | 470.59 | 4000 | 0.1222 | 37.1429 | 25.7075 | 66.6667 | 5.7143 | 0.6667 | 0.6286 | 0.6471 |
66
+ | 0.0098 | 588.24 | 5000 | 0.1265 | 40.0 | 28.3019 | 65.625 | 2.8571 | 0.6562 | 0.6 | 0.6269 |
67
+ | 0.0094 | 705.88 | 6000 | 0.1314 | 42.8571 | 30.8962 | 64.5161 | 2.8571 | 0.6452 | 0.5714 | 0.6061 |
68
+ | 0.0093 | 823.53 | 7000 | 0.1366 | 42.8571 | 29.2453 | 64.5161 | 2.8571 | 0.6452 | 0.5714 | 0.6061 |
69
+ | 0.0094 | 941.18 | 8000 | 0.1360 | 45.7143 | 31.8396 | 63.3333 | 0.0 | 0.6333 | 0.5429 | 0.5846 |
70
+ | 0.01 | 1058.82 | 9000 | 0.1394 | 44.7619 | 30.8962 | 64.4444 | 2.8571 | 0.6444 | 0.5524 | 0.5949 |
71
+ | 0.0087 | 1176.47 | 10000 | 0.1409 | 44.7619 | 30.8962 | 64.4444 | 2.8571 | 0.6444 | 0.5524 | 0.5949 |
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