TheoJo commited on
Commit
8ed725c
·
1 Parent(s): 0907b6b

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -20
README.md CHANGED
@@ -6,7 +6,7 @@ tags:
6
  - hf-asr-leaderboard
7
  - generated_from_trainer
8
  datasets:
9
- - google/fleurs
10
  metrics:
11
  - wer
12
  model-index:
@@ -16,15 +16,15 @@ model-index:
16
  name: Automatic Speech Recognition
17
  type: automatic-speech-recognition
18
  dataset:
19
- name: Google Fleures
20
- type: google/fleurs
21
- config: clean
22
  split: None
23
  args: 'config:ko, split: test'
24
  metrics:
25
  - name: Wer
26
  type: wer
27
- value: 174.6096
28
  ---
29
 
30
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -32,10 +32,10 @@ should probably proofread and complete it, then remove this comment. -->
32
 
33
  # Whisper Tiny Ko - TJ
34
 
35
- This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the Google Fleures dataset.
36
  It achieves the following results on the evaluation set:
37
- - Loss: 0.789679
38
- - Wer: 174.6096
39
 
40
  ## Model description
41
 
@@ -60,22 +60,15 @@ 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: 500
64
- - training_steps: 8000
65
  - mixed_precision_training: Native AMP
66
 
67
  ### Training results
68
 
69
- | Training Loss | Epoch | Step | Validation Loss | Wer |
70
- |:-------------:|:-----:|:----:|:---------------:|:--------:|
71
- | 0.1157 | 6.29 | 1000 | 0.5599 | 58.7828 |
72
- | 0.0174 | 12.58 | 2000 | 0.6095 | 143.0979 |
73
- | 0.0072 | 18.87 | 3000 | 0.6457 | 214.4074 |
74
- | 0.005 | 25.16 | 4000 | 0.6558 | 233.4280 |
75
- | 0.001500 | 32.16 | 5000 | 0.735888 | 148.2789 |
76
- | 0.000600 | 38.16 | 6000 | 0.764227 | 153.5841 |
77
- | 0.000400 | 44.16 | 7000 | 0.782319 | 174.4144 |
78
- | 0.000400 | 52.16 | 8000 | 0.789679 | 174.6096 |
79
 
80
 
81
  ### Framework versions
 
6
  - hf-asr-leaderboard
7
  - generated_from_trainer
8
  datasets:
9
+ - Bingsu/zeroth-korean
10
  metrics:
11
  - wer
12
  model-index:
 
16
  name: Automatic Speech Recognition
17
  type: automatic-speech-recognition
18
  dataset:
19
+ name: Zeroth-Korean
20
+ type: Bingsu/zeroth-korean
21
+ config: null
22
  split: None
23
  args: 'config:ko, split: test'
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
 
32
 
33
  # Whisper Tiny Ko - TJ
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
  - 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