TheoJo commited on
Commit
c42f61e
·
1 Parent(s): 70ce4c9

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -24,7 +24,7 @@ model-index:
24
  metrics:
25
  - name: Wer
26
  type: wer
27
- value: 59.524168046980876
28
  ---
29
 
30
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -34,8 +34,8 @@ should probably proofread and complete it, then remove this comment. -->
34
 
35
  This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the Zeroth-Korean dataset.
36
  It achieves the following results on the evaluation set:
37
- - Loss: 2.6946
38
- - Wer: 59.5242
39
 
40
  ## Model description
41
 
@@ -60,15 +60,17 @@ The following hyperparameters were used during training:
60
  - seed: 42
61
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
  - lr_scheduler_type: linear
63
- - lr_scheduler_warmup_steps: 1
64
- - training_steps: 1
65
  - mixed_precision_training: Native AMP
66
 
67
  ### Training results
68
 
69
  | Training Loss | Epoch | Step | Validation Loss | Wer |
70
  |:-------------:|:-----:|:----:|:---------------:|:-------:|
71
- | 2.6768 | 0.0 | 1 | 2.6946 | 59.5242 |
 
 
72
 
73
 
74
  ### Framework versions
 
24
  metrics:
25
  - name: Wer
26
  type: wer
27
+ value: 36.289715404306584
28
  ---
29
 
30
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
34
 
35
  This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the Zeroth-Korean dataset.
36
  It achieves the following results on the evaluation set:
37
+ - Loss: 0.3234
38
+ - Wer: 36.2897
39
 
40
  ## Model description
41
 
 
60
  - seed: 42
61
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
  - lr_scheduler_type: linear
63
+ - lr_scheduler_warmup_steps: 500
64
+ - training_steps: 3000
65
  - mixed_precision_training: Native AMP
66
 
67
  ### Training results
68
 
69
  | Training Loss | Epoch | Step | Validation Loss | Wer |
70
  |:-------------:|:-----:|:----:|:---------------:|:-------:|
71
+ | 0.6968 | 0.72 | 1000 | 0.4325 | 42.5237 |
72
+ | 0.2949 | 1.44 | 2000 | 0.3495 | 38.9098 |
73
+ | 0.2274 | 2.16 | 3000 | 0.3234 | 36.2897 |
74
 
75
 
76
  ### Framework versions