Commit
·
cb700ad
1
Parent(s):
b5ee566
End of training
Browse files- README.md +13 -12
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -22,7 +22,7 @@ model-index:
|
|
22 |
metrics:
|
23 |
- name: Wer
|
24 |
type: wer
|
25 |
-
value:
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -32,9 +32,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
32 |
|
33 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the PolyAI/minds14 dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss: 0.
|
36 |
-
- Wer Ortho: 0.
|
37 |
-
- Wer:
|
38 |
|
39 |
## Model description
|
40 |
|
@@ -60,17 +60,18 @@ The following hyperparameters were used during training:
|
|
60 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
61 |
- lr_scheduler_type: constant_with_warmup
|
62 |
- lr_scheduler_warmup_steps: 50
|
63 |
-
- training_steps:
|
64 |
|
65 |
### Training results
|
66 |
|
67 |
-
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer
|
68 |
-
|
69 |
-
|
|
70 |
-
|
|
71 |
-
|
|
72 |
-
| 0.
|
73 |
-
| 0.
|
|
|
74 |
|
75 |
|
76 |
### Framework versions
|
|
|
22 |
metrics:
|
23 |
- name: Wer
|
24 |
type: wer
|
25 |
+
value: 0.36304909560723514
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
32 |
|
33 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the PolyAI/minds14 dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.6349
|
36 |
+
- Wer Ortho: 0.3964
|
37 |
+
- Wer: 0.3630
|
38 |
|
39 |
## Model description
|
40 |
|
|
|
60 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
61 |
- lr_scheduler_type: constant_with_warmup
|
62 |
- lr_scheduler_warmup_steps: 50
|
63 |
+
- training_steps: 300
|
64 |
|
65 |
### Training results
|
66 |
|
67 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
|
68 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|
|
69 |
+
| 3.8643 | 1.79 | 50 | 3.5786 | 0.5114 | 0.3714 |
|
70 |
+
| 2.4042 | 3.57 | 100 | 2.3266 | 0.4657 | 0.3689 |
|
71 |
+
| 1.4319 | 5.36 | 150 | 1.3619 | 0.4367 | 0.3702 |
|
72 |
+
| 0.7558 | 7.14 | 200 | 0.7935 | 0.4213 | 0.3721 |
|
73 |
+
| 0.524 | 8.93 | 250 | 0.6820 | 0.4078 | 0.3721 |
|
74 |
+
| 0.4702 | 10.71 | 300 | 0.6349 | 0.3964 | 0.3630 |
|
75 |
|
76 |
|
77 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 151099049
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f3ce613fae21757387b8591fc752cf9d1e7f6a28302d3fc4bc91c2bd0971821a
|
3 |
size 151099049
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4219
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0ca0756371dbdf6cbb2978279f3201817eca733c220a1f13a77f7ef37baf9429
|
3 |
size 4219
|