oceanstar commited on
Commit
e66a642
1 Parent(s): c091d3d

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
+ language:
3
+ - ko
4
+ license: apache-2.0
5
+ base_model: openai/whisper-base
6
+ tags:
7
+ - hf-asr-leaderboard
8
+ - generated_from_trainer
9
+ datasets:
10
+ - mozilla-foundation/common_voice_13_0
11
+ model-index:
12
+ - name: oceanstar-bridze
13
+ results: []
14
+ ---
15
+
16
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
+
19
+ # oceanstar-bridze
20
+
21
+ This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the bridzeDataset dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.1880
24
+ - Cer: 7.3894
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 1e-05
44
+ - train_batch_size: 8
45
+ - eval_batch_size: 8
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - lr_scheduler_warmup_steps: 500
50
+ - training_steps: 4000
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Cer | Validation Loss |
55
+ |:-------------:|:-----:|:----:|:-------:|:---------------:|
56
+ | 0.3652 | 0.06 | 500 | 11.3504 | 0.3574 |
57
+ | 0.2788 | 0.13 | 1000 | 9.1325 | 0.2645 |
58
+ | 0.2213 | 0.1 | 1500 | 0.2388 | 9.3132 |
59
+ | 0.2257 | 0.13 | 2000 | 0.2194 | 8.6295 |
60
+ | 0.1941 | 0.16 | 2500 | 0.2068 | 7.5109 |
61
+ | 0.1395 | 0.19 | 3000 | 0.1969 | 7.3247 |
62
+ | 0.1787 | 0.23 | 3500 | 0.1905 | 7.5517 |
63
+ | 0.1639 | 0.26 | 4000 | 0.1880 | 7.3894 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.32.0.dev0
69
+ - Pytorch 1.10.1
70
+ - Datasets 2.14.2
71
+ - Tokenizers 0.13.3