NemesisAlm commited on
Commit
08b5ba5
1 Parent(s): a81f398

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +78 -0
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+ tags:
6
+ - generated_from_trainer
7
+ datasets:
8
+ - PolyAI/minds14
9
+ metrics:
10
+ - wer
11
+ model-index:
12
+ - name: Whisper Tiny en - NemesisAlm
13
+ results:
14
+ - task:
15
+ name: Automatic Speech Recognition
16
+ type: automatic-speech-recognition
17
+ dataset:
18
+ name: PolyAI minds14 en-US
19
+ type: PolyAI/minds14
20
+ config: en-US
21
+ split: train
22
+ args: en-US
23
+ metrics:
24
+ - name: Wer
25
+ type: wer
26
+ value: 0.3481912144702842
27
+ ---
28
+
29
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
30
+ should probably proofread and complete it, then remove this comment. -->
31
+
32
+ # Whisper Tiny en - NemesisAlm
33
+
34
+ This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the PolyAI minds14 en-US dataset.
35
+ It achieves the following results on the evaluation set:
36
+ - Loss: 0.5820
37
+ - Wer Ortho: 0.3567
38
+ - Wer: 0.3482
39
+
40
+ ## Model description
41
+
42
+ More information needed
43
+
44
+ ## Intended uses & limitations
45
+
46
+ More information needed
47
+
48
+ ## Training and evaluation data
49
+
50
+ More information needed
51
+
52
+ ## Training procedure
53
+
54
+ ### Training hyperparameters
55
+
56
+ The following hyperparameters were used during training:
57
+ - learning_rate: 1e-05
58
+ - train_batch_size: 16
59
+ - eval_batch_size: 16
60
+ - seed: 42
61
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
+ - lr_scheduler_type: constant_with_warmup
63
+ - lr_scheduler_warmup_steps: 5
64
+ - training_steps: 50
65
+
66
+ ### Training results
67
+
68
+ | Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
69
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|
70
+ | 0.6196 | 1.79 | 50 | 0.5820 | 0.3567 | 0.3482 |
71
+
72
+
73
+ ### Framework versions
74
+
75
+ - Transformers 4.31.0.dev0
76
+ - Pytorch 2.0.1+cu117
77
+ - Datasets 2.13.1
78
+ - Tokenizers 0.13.3