hoonsung commited on
Commit
20a2273
1 Parent(s): e526d40

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +74 -0
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - wer
7
+ model-index:
8
+ - name: English-4
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
+ # English-4
16
+
17
+ This model is a fine-tuned version of [openai/whisper-small.en](https://huggingface.co/openai/whisper-small.en) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.0007
20
+ - Wer: 10.1983
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 1e-05
40
+ - train_batch_size: 8
41
+ - eval_batch_size: 32
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - num_epochs: 15
46
+ - mixed_precision_training: Native AMP
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
51
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|
52
+ | No log | 1.0 | 15 | 1.1627 | 31.3503 |
53
+ | No log | 2.0 | 30 | 0.2005 | 16.9027 |
54
+ | No log | 3.0 | 45 | 0.0768 | 11.8980 |
55
+ | No log | 4.0 | 60 | 0.0250 | 11.1426 |
56
+ | No log | 5.0 | 75 | 0.0118 | 10.0094 |
57
+ | No log | 6.0 | 90 | 0.0083 | 30.5005 |
58
+ | No log | 7.0 | 105 | 0.0032 | 30.9726 |
59
+ | No log | 8.0 | 120 | 0.0024 | 10.3872 |
60
+ | No log | 9.0 | 135 | 0.0018 | 10.2927 |
61
+ | No log | 10.0 | 150 | 0.0011 | 10.4816 |
62
+ | No log | 11.0 | 165 | 0.0009 | 10.1983 |
63
+ | No log | 12.0 | 180 | 0.0008 | 10.1983 |
64
+ | No log | 13.0 | 195 | 0.0008 | 10.1983 |
65
+ | No log | 14.0 | 210 | 0.0007 | 10.1983 |
66
+ | No log | 15.0 | 225 | 0.0007 | 10.1983 |
67
+
68
+
69
+ ### Framework versions
70
+
71
+ - Transformers 4.30.0.dev0
72
+ - Pytorch 2.1.0+cu118
73
+ - Datasets 2.15.0
74
+ - Tokenizers 0.13.3