End of training
Browse files- README.md +11 -14
- generation_config.json +1 -1
README.md
CHANGED
@@ -22,10 +22,7 @@ model-index:
|
|
22 |
metrics:
|
23 |
- name: Wer
|
24 |
type: wer
|
25 |
-
value:
|
26 |
-
language:
|
27 |
-
- en
|
28 |
-
pipeline_tag: automatic-speech-recognition
|
29 |
---
|
30 |
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -35,9 +32,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
35 |
|
36 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the PolyAI/minds14 dataset.
|
37 |
It achieves the following results on the evaluation set:
|
38 |
-
- Loss: 0.
|
39 |
-
- Wer Ortho:
|
40 |
-
- Wer:
|
41 |
|
42 |
## Model description
|
43 |
|
@@ -70,14 +67,14 @@ The following hyperparameters were used during training:
|
|
70 |
|
71 |
### Training results
|
72 |
|
73 |
-
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer
|
74 |
-
|
75 |
-
| 0.0007 | 17.8571 | 500 | 0.
|
76 |
|
77 |
|
78 |
### Framework versions
|
79 |
|
80 |
-
- Transformers 4.42.
|
81 |
-
- Pytorch 2.
|
82 |
-
- Datasets 2.
|
83 |
-
- Tokenizers 0.19.1
|
|
|
22 |
metrics:
|
23 |
- name: Wer
|
24 |
type: wer
|
25 |
+
value: 0.3397932816537468
|
|
|
|
|
|
|
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.7809
|
36 |
+
- Wer Ortho: 0.3419
|
37 |
+
- Wer: 0.3398
|
38 |
|
39 |
## Model description
|
40 |
|
|
|
67 |
|
68 |
### Training results
|
69 |
|
70 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
|
71 |
+
|:-------------:|:-------:|:----:|:---------------:|:---------:|:------:|
|
72 |
+
| 0.0007 | 17.8571 | 500 | 0.7809 | 0.3419 | 0.3398 |
|
73 |
|
74 |
|
75 |
### Framework versions
|
76 |
|
77 |
+
- Transformers 4.42.4
|
78 |
+
- Pytorch 2.4.0+cu121
|
79 |
+
- Datasets 2.21.0
|
80 |
+
- Tokenizers 0.19.1
|
generation_config.json
CHANGED
@@ -244,5 +244,5 @@
|
|
244 |
"transcribe": 50359,
|
245 |
"translate": 50358
|
246 |
},
|
247 |
-
"transformers_version": "4.42.
|
248 |
}
|
|
|
244 |
"transcribe": 50359,
|
245 |
"translate": 50358
|
246 |
},
|
247 |
+
"transformers_version": "4.42.4"
|
248 |
}
|