ykirpichev commited on
Commit
e637434
1 Parent(s): 578293c

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +60 -0
README.md ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: openai/whisper-tiny
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - PolyAI/minds14
8
+ model-index:
9
+ - name: whisper-tiny-en-us
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # whisper-tiny-en-us
17
+
18
+ This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the PolyAI/minds14 dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - eval_loss: 0.8029
21
+ - eval_wer_ortho: 0.3547
22
+ - eval_wer: 0.3489
23
+ - eval_runtime: 23.555
24
+ - eval_samples_per_second: 4.797
25
+ - eval_steps_per_second: 0.34
26
+ - epoch: 35.71
27
+ - step: 1000
28
+
29
+ ## Model description
30
+
31
+ More information needed
32
+
33
+ ## Intended uses & limitations
34
+
35
+ More information needed
36
+
37
+ ## Training and evaluation data
38
+
39
+ More information needed
40
+
41
+ ## Training procedure
42
+
43
+ ### Training hyperparameters
44
+
45
+ The following hyperparameters were used during training:
46
+ - learning_rate: 1e-05
47
+ - train_batch_size: 16
48
+ - eval_batch_size: 16
49
+ - seed: 42
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: constant_with_warmup
52
+ - lr_scheduler_warmup_steps: 50
53
+ - training_steps: 4000
54
+
55
+ ### Framework versions
56
+
57
+ - Transformers 4.31.0.dev0
58
+ - Pytorch 2.0.1+cu118
59
+ - Datasets 2.13.1
60
+ - Tokenizers 0.13.3