Model save
Browse files- README.md +18 -32
- model.safetensors +1 -1
README.md
CHANGED
@@ -1,29 +1,13 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
-
- ko
|
4 |
license: apache-2.0
|
5 |
base_model: openai/whisper-medium
|
6 |
tags:
|
7 |
-
- hf-asr-leaderboard
|
8 |
- generated_from_trainer
|
9 |
-
datasets:
|
10 |
-
- Marcusxx/chungnamFireStation3Kfiles
|
11 |
metrics:
|
12 |
- wer
|
13 |
model-index:
|
14 |
- name: chungnam_firestation3Kfiles_WER_model
|
15 |
-
results:
|
16 |
-
- task:
|
17 |
-
type: automatic-speech-recognition
|
18 |
-
name: Automatic Speech Recognition
|
19 |
-
dataset:
|
20 |
-
name: Marcusxx/chungnamFireStation3Kfiles
|
21 |
-
type: Marcusxx/chungnamFireStation3Kfiles
|
22 |
-
args: 'config: ko, split: valid'
|
23 |
-
metrics:
|
24 |
-
- type: wer
|
25 |
-
value: 71.42857142857143
|
26 |
-
name: Wer
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -31,10 +15,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
31 |
|
32 |
# chungnam_firestation3Kfiles_WER_model
|
33 |
|
34 |
-
This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on
|
35 |
It achieves the following results on the evaluation set:
|
36 |
-
- Loss:
|
37 |
-
- Wer:
|
38 |
|
39 |
## Model description
|
40 |
|
@@ -59,22 +43,24 @@ The following hyperparameters were used during training:
|
|
59 |
- seed: 42
|
60 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
61 |
- lr_scheduler_type: linear
|
62 |
-
- lr_scheduler_warmup_steps:
|
63 |
-
- training_steps:
|
64 |
- mixed_precision_training: Native AMP
|
65 |
|
66 |
### Training results
|
67 |
|
68 |
-
| Training Loss | Epoch | Step
|
69 |
-
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
-
| 0.
|
77 |
-
| 0.
|
|
|
|
|
78 |
|
79 |
|
80 |
### Framework versions
|
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
base_model: openai/whisper-medium
|
4 |
tags:
|
|
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
metrics:
|
7 |
- wer
|
8 |
model-index:
|
9 |
- name: chungnam_firestation3Kfiles_WER_model
|
10 |
+
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
15 |
|
16 |
# chungnam_firestation3Kfiles_WER_model
|
17 |
|
18 |
+
This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.0247
|
21 |
+
- Wer: 53.2091
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
+
- lr_scheduler_warmup_steps: 1000
|
47 |
+
- training_steps: 10000
|
48 |
- mixed_precision_training: Native AMP
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
53 |
+
|:-------------:|:-------:|:-----:|:---------------:|:--------:|
|
54 |
+
| 0.0822 | 6.6667 | 1000 | 0.6869 | 122.9814 |
|
55 |
+
| 0.0145 | 13.3333 | 2000 | 0.8470 | 58.6957 |
|
56 |
+
| 0.0092 | 20.0 | 3000 | 0.8744 | 52.6915 |
|
57 |
+
| 0.0041 | 26.6667 | 4000 | 0.9301 | 58.0745 |
|
58 |
+
| 0.0009 | 33.3333 | 5000 | 0.9330 | 55.1760 |
|
59 |
+
| 0.0004 | 40.0 | 6000 | 0.9455 | 52.7950 |
|
60 |
+
| 0.0001 | 46.6667 | 7000 | 0.9811 | 52.3810 |
|
61 |
+
| 0.0 | 53.3333 | 8000 | 1.0021 | 52.6915 |
|
62 |
+
| 0.0 | 60.0 | 9000 | 1.0185 | 52.8986 |
|
63 |
+
| 0.0 | 66.6667 | 10000 | 1.0247 | 53.2091 |
|
64 |
|
65 |
|
66 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3055544304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9051aac1b0cba68b0760e2455a78c7f919e40a58d7ba74233fde407e193905ca
|
3 |
size 3055544304
|