BA_Model_V3
Browse files
README.md
CHANGED
|
@@ -3,6 +3,8 @@ license: apache-2.0
|
|
| 3 |
base_model: openai/whisper-large-v2
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
|
|
|
|
|
|
| 6 |
model-index:
|
| 7 |
- name: BA_Model_V3
|
| 8 |
results: []
|
|
@@ -14,6 +16,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 14 |
# BA_Model_V3
|
| 15 |
|
| 16 |
This model is a fine-tuned version of [openai/whisper-large-v2](https://huggingface.co/openai/whisper-large-v2) on an unknown dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
## Model description
|
| 19 |
|
|
@@ -44,6 +50,20 @@ The following hyperparameters were used during training:
|
|
| 44 |
- num_epochs: 8
|
| 45 |
- mixed_precision_training: Native AMP
|
| 46 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
### Framework versions
|
| 48 |
|
| 49 |
- Transformers 4.38.2
|
|
|
|
| 3 |
base_model: openai/whisper-large-v2
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
| 6 |
+
metrics:
|
| 7 |
+
- wer
|
| 8 |
model-index:
|
| 9 |
- name: BA_Model_V3
|
| 10 |
results: []
|
|
|
|
| 16 |
# BA_Model_V3
|
| 17 |
|
| 18 |
This model is a fine-tuned version of [openai/whisper-large-v2](https://huggingface.co/openai/whisper-large-v2) on an unknown dataset.
|
| 19 |
+
It achieves the following results on the evaluation set:
|
| 20 |
+
- Loss: 0.3495
|
| 21 |
+
- Wer: 21.1224
|
| 22 |
+
- Cer: 12.2080
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
|
|
| 50 |
- num_epochs: 8
|
| 51 |
- mixed_precision_training: Native AMP
|
| 52 |
|
| 53 |
+
### Training results
|
| 54 |
+
|
| 55 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
|
| 56 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
|
| 57 |
+
| 1.0358 | 1.0 | 278 | 0.6770 | 23.3686 | 13.9275 |
|
| 58 |
+
| 0.2753 | 2.0 | 556 | 0.3313 | 20.7071 | 12.0535 |
|
| 59 |
+
| 0.2109 | 3.0 | 834 | 0.3098 | 20.7204 | 12.1752 |
|
| 60 |
+
| 0.1603 | 4.0 | 1112 | 0.3129 | 20.4645 | 11.8444 |
|
| 61 |
+
| 0.1224 | 5.0 | 1390 | 0.3242 | 20.8034 | 12.0535 |
|
| 62 |
+
| 0.0956 | 6.0 | 1668 | 0.3353 | 20.7802 | 11.9894 |
|
| 63 |
+
| 0.0781 | 7.0 | 1946 | 0.3464 | 21.0659 | 12.1725 |
|
| 64 |
+
| 0.0716 | 8.0 | 2224 | 0.3495 | 21.1224 | 12.2080 |
|
| 65 |
+
|
| 66 |
+
|
| 67 |
### Framework versions
|
| 68 |
|
| 69 |
- Transformers 4.38.2
|