End of training
Browse files- README.md +19 -17
- model.safetensors +1 -1
README.md
CHANGED
@@ -1,32 +1,24 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
-
- hy
|
4 |
license: apache-2.0
|
5 |
base_model: openai/whisper-small
|
6 |
tags:
|
7 |
-
- hf-asr-leaderboard
|
8 |
- generated_from_trainer
|
9 |
-
|
10 |
-
-
|
11 |
model-index:
|
12 |
-
- name:
|
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 |
-
#
|
20 |
|
21 |
-
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
-
|
24 |
-
-
|
25 |
-
- eval_runtime: 319.197
|
26 |
-
- eval_samples_per_second: 1.244
|
27 |
-
- eval_steps_per_second: 0.157
|
28 |
-
- epoch: 16.39
|
29 |
-
- step: 1000
|
30 |
|
31 |
## Model description
|
32 |
|
@@ -51,10 +43,20 @@ The following hyperparameters were used during training:
|
|
51 |
- seed: 42
|
52 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
53 |
- lr_scheduler_type: linear
|
54 |
-
- lr_scheduler_warmup_steps:
|
55 |
-
- training_steps:
|
56 |
- mixed_precision_training: Native AMP
|
57 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
### Framework versions
|
59 |
|
60 |
- Transformers 4.36.2
|
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
base_model: openai/whisper-small
|
4 |
tags:
|
|
|
5 |
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- wer
|
8 |
model-index:
|
9 |
+
- name: whisper-small-hy
|
10 |
results: []
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
should probably proofread and complete it, then remove this comment. -->
|
15 |
|
16 |
+
# whisper-small-hy
|
17 |
|
18 |
+
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.5691
|
21 |
+
- Wer: 74.7706
|
|
|
|
|
|
|
|
|
|
|
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: 125
|
47 |
+
- training_steps: 1000
|
48 |
- mixed_precision_training: Native AMP
|
49 |
|
50 |
+
### Training results
|
51 |
+
|
52 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
53 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
54 |
+
| 0.1258 | 4.1 | 250 | 0.3914 | 76.0813 |
|
55 |
+
| 0.0064 | 8.2 | 500 | 0.4882 | 74.5740 |
|
56 |
+
| 0.0008 | 12.3 | 750 | 0.5486 | 74.2464 |
|
57 |
+
| 0.0007 | 16.39 | 1000 | 0.5691 | 74.7706 |
|
58 |
+
|
59 |
+
|
60 |
### Framework versions
|
61 |
|
62 |
- Transformers 4.36.2
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 966995080
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:55bd2f7a82a2537b3df1d737eb986838881cd5c98c05c5d2978422c8c5d6e793
|
3 |
size 966995080
|