End of training
Browse files
README.md
CHANGED
@@ -4,37 +4,37 @@ language:
|
|
4 |
license: apache-2.0
|
5 |
base_model: openai/whisper-tiny.en
|
6 |
tags:
|
7 |
-
-
|
8 |
- generated_from_trainer
|
9 |
datasets:
|
10 |
-
-
|
11 |
metrics:
|
12 |
- wer
|
13 |
model-index:
|
14 |
-
- name:
|
15 |
results:
|
16 |
- task:
|
17 |
name: Automatic Speech Recognition
|
18 |
type: automatic-speech-recognition
|
19 |
dataset:
|
20 |
-
name:
|
21 |
-
type:
|
22 |
-
args: '
|
23 |
metrics:
|
24 |
- name: Wer
|
25 |
type: wer
|
26 |
-
value:
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
30 |
should probably proofread and complete it, then remove this comment. -->
|
31 |
|
32 |
-
#
|
33 |
|
34 |
-
This model is a fine-tuned version of [openai/whisper-tiny.en](https://huggingface.co/openai/whisper-tiny.en) on the
|
35 |
It achieves the following results on the evaluation set:
|
36 |
-
- Loss: 0.
|
37 |
-
- Wer:
|
38 |
|
39 |
## Model description
|
40 |
|
@@ -57,23 +57,19 @@ The following hyperparameters were used during training:
|
|
57 |
- train_batch_size: 16
|
58 |
- eval_batch_size: 8
|
59 |
- seed: 42
|
60 |
-
- gradient_accumulation_steps: 2
|
61 |
-
- total_train_batch_size: 32
|
62 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
63 |
- lr_scheduler_type: linear
|
64 |
-
- lr_scheduler_warmup_steps:
|
65 |
-
- training_steps:
|
66 |
|
67 |
### Training results
|
68 |
|
69 |
-
| Training Loss | Epoch | Step | Validation Loss | Wer
|
70 |
-
|
71 |
-
|
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.1136 | 15.53 | 1250 | 0.0311 | 91.0101 |
|
76 |
-
| 0.1042 | 18.63 | 1500 | 0.0310 | 81.8182 |
|
77 |
|
78 |
|
79 |
### Framework versions
|
|
|
4 |
license: apache-2.0
|
5 |
base_model: openai/whisper-tiny.en
|
6 |
tags:
|
7 |
+
- nyansapo_ai-asr-leaderboard
|
8 |
- generated_from_trainer
|
9 |
datasets:
|
10 |
+
- NyansapoAI/azure-dataset
|
11 |
metrics:
|
12 |
- wer
|
13 |
model-index:
|
14 |
+
- name: whisper-tiny.en
|
15 |
results:
|
16 |
- task:
|
17 |
name: Automatic Speech Recognition
|
18 |
type: automatic-speech-recognition
|
19 |
dataset:
|
20 |
+
name: Azure-dataset
|
21 |
+
type: NyansapoAI/azure-dataset
|
22 |
+
args: 'split: test'
|
23 |
metrics:
|
24 |
- name: Wer
|
25 |
type: wer
|
26 |
+
value: 44.34857635893012
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
30 |
should probably proofread and complete it, then remove this comment. -->
|
31 |
|
32 |
+
# whisper-tiny.en
|
33 |
|
34 |
+
This model is a fine-tuned version of [openai/whisper-tiny.en](https://huggingface.co/openai/whisper-tiny.en) on the Azure-dataset dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
+
- Loss: 0.0680
|
37 |
+
- Wer: 44.3486
|
38 |
|
39 |
## Model description
|
40 |
|
|
|
57 |
- train_batch_size: 16
|
58 |
- eval_batch_size: 8
|
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: 250
|
63 |
+
- training_steps: 1000
|
64 |
|
65 |
### Training results
|
66 |
|
67 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
68 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
69 |
+
| 1.2415 | 1.38 | 250 | 0.6131 | 26.6609 |
|
70 |
+
| 0.3582 | 2.76 | 500 | 0.0882 | 43.0544 |
|
71 |
+
| 0.2094 | 4.14 | 750 | 0.0723 | 43.6583 |
|
72 |
+
| 0.1788 | 5.52 | 1000 | 0.0680 | 44.3486 |
|
|
|
|
|
73 |
|
74 |
|
75 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 151060136
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:411d4ed7ddae88912835d3b9b4b3737f4734699c4ef90c2f1ed7f5880d5ca996
|
3 |
size 151060136
|
runs/Mar29_02-05-39_Edwards-MacBook-Pro-2.local/events.out.tfevents.1711692340.Edwards-MacBook-Pro-2.local.93542.1
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c762955de809e4604b8683de8ecf5b6eed541cac8294f5bfa781fa02ff373b0
|
3 |
+
size 15518
|