update model card README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ tags:
|
|
6 |
- hf-asr-leaderboard
|
7 |
- generated_from_trainer
|
8 |
datasets:
|
9 |
-
-
|
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:
|
20 |
-
type:
|
21 |
-
config:
|
22 |
split: None
|
23 |
args: 'config:ko, split: test'
|
24 |
metrics:
|
25 |
- name: Wer
|
26 |
type: wer
|
27 |
-
value:
|
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
|
36 |
It achieves the following results on the evaluation set:
|
37 |
-
- Loss:
|
38 |
-
- Wer:
|
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:
|
64 |
-
- training_steps:
|
65 |
- mixed_precision_training: Native AMP
|
66 |
|
67 |
### Training results
|
68 |
|
69 |
-
| Training Loss | Epoch | Step | Validation Loss | Wer
|
70 |
-
|
71 |
-
|
|
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
|