HamzaSidhu786
commited on
Commit
•
fbf1377
1
Parent(s):
e9b9681
End of training
Browse files- README.md +12 -15
- config.json +1 -1
- generation_config.json +1 -1
- model.safetensors +2 -2
README.md
CHANGED
@@ -1,10 +1,9 @@
|
|
1 |
---
|
|
|
2 |
license: apache-2.0
|
3 |
base_model: openai/whisper-tiny
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
-
- Whisper Tiny on en-US
|
7 |
-
- Whisper Tiny Fine-Tuned
|
8 |
datasets:
|
9 |
- PolyAI/minds14
|
10 |
metrics:
|
@@ -24,9 +23,7 @@ model-index:
|
|
24 |
metrics:
|
25 |
- name: Wer
|
26 |
type: wer
|
27 |
-
value: .
|
28 |
-
language:
|
29 |
-
- en
|
30 |
---
|
31 |
|
32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -36,9 +33,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
36 |
|
37 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the PolyAI/minds14 dataset.
|
38 |
It achieves the following results on the evaluation set:
|
39 |
-
- Loss: 0.
|
40 |
-
- Wer Ortho: .
|
41 |
-
- Wer: .
|
42 |
|
43 |
## Model description
|
44 |
|
@@ -69,14 +66,14 @@ The following hyperparameters were used during training:
|
|
69 |
|
70 |
### Training results
|
71 |
|
72 |
-
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer
|
73 |
-
|
74 |
-
| 0.0006 | 17.2414 | 500 | 0.
|
75 |
|
76 |
|
77 |
### Framework versions
|
78 |
|
79 |
-
- Transformers 4.
|
80 |
-
- Pytorch 2.
|
81 |
-
- Datasets 2.
|
82 |
-
- Tokenizers 0.19.1
|
|
|
1 |
---
|
2 |
+
library_name: transformers
|
3 |
license: apache-2.0
|
4 |
base_model: openai/whisper-tiny
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
|
|
7 |
datasets:
|
8 |
- PolyAI/minds14
|
9 |
metrics:
|
|
|
23 |
metrics:
|
24 |
- name: Wer
|
25 |
type: wer
|
26 |
+
value: 0.3284132841328413
|
|
|
|
|
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.6505
|
37 |
+
- Wer Ortho: 0.3327
|
38 |
+
- Wer: 0.3284
|
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.2414 | 500 | 0.6505 | 0.3327 | 0.3284 |
|
72 |
|
73 |
|
74 |
### Framework versions
|
75 |
|
76 |
+
- Transformers 4.44.2
|
77 |
+
- Pytorch 2.4.0+cu121
|
78 |
+
- Datasets 2.21.0
|
79 |
+
- Tokenizers 0.19.1
|
config.json
CHANGED
@@ -146,7 +146,7 @@
|
|
146 |
50361,
|
147 |
50362
|
148 |
],
|
149 |
-
"torch_dtype": "
|
150 |
"transformers_version": "4.44.2",
|
151 |
"use_cache": false,
|
152 |
"use_weighted_layer_sum": false,
|
|
|
146 |
50361,
|
147 |
50362
|
148 |
],
|
149 |
+
"torch_dtype": "float16",
|
150 |
"transformers_version": "4.44.2",
|
151 |
"use_cache": false,
|
152 |
"use_weighted_layer_sum": false,
|
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
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7918a0c360a78df95b6d5bf1b4430c9e7e27b5787dc299489d7113880374091c
|
3 |
+
size 75540168
|