vumichien commited on
Commit
e6cdc50
1 Parent(s): da9f306

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +71 -0
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - wer
7
+ model-index:
8
+ - name: openai/whisper-medium
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # openai/whisper-medium
16
+
17
+ This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.2790
20
+ - Wer: 8.3986
21
+ - Cer: 5.2582
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 1e-05
41
+ - train_batch_size: 32
42
+ - eval_batch_size: 16
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - lr_scheduler_warmup_steps: 500
47
+ - training_steps: 10000
48
+ - mixed_precision_training: Native AMP
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
53
+ |:-------------:|:-----:|:-----:|:---------------:|:-------:|:------:|
54
+ | 0.1691 | 1.01 | 1000 | 0.1871 | 10.1740 | 6.3509 |
55
+ | 0.0916 | 2.02 | 2000 | 0.1691 | 8.9797 | 5.5499 |
56
+ | 0.0452 | 3.03 | 3000 | 0.1902 | 8.9814 | 5.5867 |
57
+ | 0.0213 | 4.04 | 4000 | 0.2062 | 8.9375 | 5.6531 |
58
+ | 0.0096 | 5.05 | 5000 | 0.2284 | 8.7331 | 5.6202 |
59
+ | 0.0041 | 6.05 | 6000 | 0.2395 | 8.5051 | 5.3009 |
60
+ | 0.0022 | 7.06 | 7000 | 0.2535 | 8.5507 | 5.3640 |
61
+ | 0.001 | 8.07 | 8000 | 0.2656 | 8.5557 | 5.3791 |
62
+ | 0.0006 | 9.08 | 9000 | 0.2721 | 8.4037 | 5.2739 |
63
+ | 0.0004 | 10.09 | 10000 | 0.2790 | 8.3986 | 5.2582 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.26.0.dev0
69
+ - Pytorch 1.13.0+cu117
70
+ - Datasets 2.7.1.dev0
71
+ - Tokenizers 0.13.2