End of training
Browse files
README.md
CHANGED
@@ -9,19 +9,19 @@ tags:
|
|
9 |
metrics:
|
10 |
- wer
|
11 |
model-index:
|
12 |
-
- name: Whisper Tiny English
|
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 |
-
# Whisper Tiny English
|
20 |
|
21 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the commands_dataset dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
-
- Wer:
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -46,16 +46,18 @@ The following hyperparameters were used during training:
|
|
46 |
- seed: 42
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
49 |
-
- lr_scheduler_warmup_steps:
|
50 |
-
- training_steps:
|
51 |
- mixed_precision_training: Native AMP
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
57 |
-
| 0.
|
58 |
-
| 0.
|
|
|
|
|
59 |
|
60 |
|
61 |
### Framework versions
|
|
|
9 |
metrics:
|
10 |
- wer
|
11 |
model-index:
|
12 |
+
- name: Whisper Tiny English v2
|
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 |
+
# Whisper Tiny English v2
|
20 |
|
21 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the commands_dataset dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.0003
|
24 |
+
- Wer: 3.3333
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
46 |
- seed: 42
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
49 |
+
- lr_scheduler_warmup_steps: 30
|
50 |
+
- training_steps: 300
|
51 |
- mixed_precision_training: Native AMP
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
57 |
+
| 0.0098 | 1.0 | 75 | 0.0038 | 3.3333 |
|
58 |
+
| 0.0035 | 2.0 | 150 | 0.0006 | 3.75 |
|
59 |
+
| 0.0031 | 3.0 | 225 | 0.0004 | 3.1667 |
|
60 |
+
| 0.0012 | 4.0 | 300 | 0.0003 | 3.3333 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 151061672
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:589f6477a53eea5ce7569c1e7a1e52be608816f3ce54d9fa980b77d5f1d44f7b
|
3 |
size 151061672
|
runs/Jan28_18-22-21_a61240245982/events.out.tfevents.1706466701.a61240245982.31707.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:53c376052daa4444429c292d7e36f4d0e34951aae1692e81bd85901027acdcab
|
3 |
+
size 8696
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4856
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b79aa00fd5b70cbec5a90b93ccde879f7dffd4516a86dd90e9bc692502476cb4
|
3 |
size 4856
|