arielcerdap
commited on
Commit
•
57b4878
1
Parent(s):
c4222ee
End of training
Browse files- README.md +16 -15
- generation_config.json +1 -1
- model.safetensors +1 -1
README.md
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
---
|
|
|
2 |
license: apache-2.0
|
3 |
base_model: openai/whisper-tiny
|
4 |
tags:
|
@@ -22,7 +23,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 +33,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:
|
37 |
-
- Wer:
|
38 |
|
39 |
## Model description
|
40 |
|
@@ -65,21 +66,21 @@ The following hyperparameters were used during training:
|
|
65 |
|
66 |
### Training results
|
67 |
|
68 |
-
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer
|
69 |
-
|
70 |
-
| 0.
|
71 |
-
| 0.0002 |
|
72 |
-
| 0.0001 |
|
73 |
-
| 0.0001 |
|
74 |
-
| 0.0 |
|
75 |
-
| 0.0 |
|
76 |
-
| 0.0 |
|
77 |
-
| 0.0 |
|
78 |
|
79 |
|
80 |
### Framework versions
|
81 |
|
82 |
-
- Transformers 4.
|
83 |
- Pytorch 2.4.0+cu121
|
84 |
- Datasets 2.21.0
|
85 |
- Tokenizers 0.19.1
|
|
|
1 |
---
|
2 |
+
library_name: transformers
|
3 |
license: apache-2.0
|
4 |
base_model: openai/whisper-tiny
|
5 |
tags:
|
|
|
23 |
metrics:
|
24 |
- name: Wer
|
25 |
type: wer
|
26 |
+
value: 0.33766233766233766
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
33 |
|
34 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the PolyAI/minds14 dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
+
- Loss: 0.8729
|
37 |
+
- Wer Ortho: 0.3344
|
38 |
+
- Wer: 0.3377
|
39 |
|
40 |
## Model description
|
41 |
|
|
|
66 |
|
67 |
### Training results
|
68 |
|
69 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
|
70 |
+
|:-------------:|:--------:|:----:|:---------------:|:---------:|:------:|
|
71 |
+
| 0.0006 | 17.8571 | 500 | 0.6617 | 0.3251 | 0.3264 |
|
72 |
+
| 0.0002 | 35.7143 | 1000 | 0.7217 | 0.3257 | 0.3270 |
|
73 |
+
| 0.0001 | 53.5714 | 1500 | 0.7577 | 0.3226 | 0.3247 |
|
74 |
+
| 0.0001 | 71.4286 | 2000 | 0.7870 | 0.3337 | 0.3347 |
|
75 |
+
| 0.0 | 89.2857 | 2500 | 0.8109 | 0.3325 | 0.3341 |
|
76 |
+
| 0.0 | 107.1429 | 3000 | 0.8329 | 0.3356 | 0.3377 |
|
77 |
+
| 0.0 | 125.0 | 3500 | 0.8529 | 0.3344 | 0.3371 |
|
78 |
+
| 0.0 | 142.8571 | 4000 | 0.8729 | 0.3344 | 0.3377 |
|
79 |
|
80 |
|
81 |
### Framework versions
|
82 |
|
83 |
+
- Transformers 4.44.2
|
84 |
- Pytorch 2.4.0+cu121
|
85 |
- Datasets 2.21.0
|
86 |
- Tokenizers 0.19.1
|
generation_config.json
CHANGED
@@ -244,5 +244,5 @@
|
|
244 |
"transcribe": 50359,
|
245 |
"translate": 50358
|
246 |
},
|
247 |
-
"transformers_version": "4.
|
248 |
}
|
|
|
244 |
"transcribe": 50359,
|
245 |
"translate": 50358
|
246 |
},
|
247 |
+
"transformers_version": "4.44.2"
|
248 |
}
|
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:fd7d6f89f64ffa5ae1b10cc1f377dcd1b8d5f251a56e74fa7fc03cf3d0b242c1
|
3 |
size 151061672
|