thisiskeithkwan commited on
Commit
a4ca16c
·
1 Parent(s): 0c61500

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
+ language:
3
+ - zh
4
+ license: apache-2.0
5
+ base_model: openai/whisper-small
6
+ tags:
7
+ - generated_from_trainer
8
+ datasets:
9
+ - thisiskeithkwan/canto
10
+ model-index:
11
+ - name: whisper-small-canto
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # whisper-small-canto
19
+
20
+ This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the thisiskeithkwan/canto dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 1.5061
23
+ - Cer: 0.4485
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 0.0003
43
+ - train_batch_size: 2
44
+ - eval_batch_size: 1
45
+ - seed: 42
46
+ - gradient_accumulation_steps: 16
47
+ - total_train_batch_size: 32
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: linear
50
+ - lr_scheduler_warmup_steps: 500
51
+ - training_steps: 5000
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Cer |
56
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
57
+ | 1.5909 | 0.76 | 500 | 1.6890 | 0.7769 |
58
+ | 1.2636 | 1.52 | 1000 | 1.4067 | 0.7641 |
59
+ | 0.7889 | 2.27 | 1500 | 1.3118 | 0.5474 |
60
+ | 0.6929 | 3.03 | 2000 | 1.2825 | 0.5516 |
61
+ | 0.4827 | 3.79 | 2500 | 1.2360 | 0.5446 |
62
+ | 0.236 | 4.55 | 3000 | 1.3457 | 0.5044 |
63
+ | 0.0982 | 5.31 | 3500 | 1.4736 | 0.4841 |
64
+ | 0.064 | 6.07 | 4000 | 1.5103 | 0.4809 |
65
+ | 0.035 | 6.82 | 4500 | 1.5110 | 0.4563 |
66
+ | 0.0103 | 7.58 | 5000 | 1.5061 | 0.4485 |
67
+
68
+
69
+ ### Framework versions
70
+
71
+ - Transformers 4.32.0.dev0
72
+ - Pytorch 2.0.1+cu118
73
+ - Datasets 2.14.3
74
+ - Tokenizers 0.13.3