Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
Safetensors
whisper
Generated from Trainer
Eval Results (legacy)
Instructions to use Sandiago21/whisper-large-v2-greek with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sandiago21/whisper-large-v2-greek with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Sandiago21/whisper-large-v2-greek")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("Sandiago21/whisper-large-v2-greek") model = AutoModelForSpeechSeq2Seq.from_pretrained("Sandiago21/whisper-large-v2-greek", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
c225738
1
Parent(s): 9f9a448
update model card README.md
Browse files
README.md
CHANGED
|
@@ -23,7 +23,7 @@ model-index:
|
|
| 23 |
metrics:
|
| 24 |
- name: Wer
|
| 25 |
type: wer
|
| 26 |
-
value: 0.
|
| 27 |
---
|
| 28 |
|
| 29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -33,9 +33,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 33 |
|
| 34 |
This model is a fine-tuned version of [openai/whisper-large-v2](https://huggingface.co/openai/whisper-large-v2) on the FLEURS dataset.
|
| 35 |
It achieves the following results on the evaluation set:
|
| 36 |
-
- Loss: 0.
|
| 37 |
-
- Wer Ortho: 0.
|
| 38 |
-
- Wer: 0.
|
| 39 |
|
| 40 |
## Model description
|
| 41 |
|
|
@@ -63,7 +63,7 @@ The following hyperparameters were used during training:
|
|
| 63 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 64 |
- lr_scheduler_type: constant_with_warmup
|
| 65 |
- lr_scheduler_warmup_steps: 50
|
| 66 |
-
- num_epochs:
|
| 67 |
|
| 68 |
### Training results
|
| 69 |
|
|
@@ -75,12 +75,7 @@ The following hyperparameters were used during training:
|
|
| 75 |
| 0.0454 | 4.0 | 1099 | 0.2667 | 0.2315 | 0.1985 |
|
| 76 |
| 0.028 | 5.0 | 1374 | 0.2579 | 0.2151 | 0.1822 |
|
| 77 |
| 0.022 | 6.0 | 1649 | 0.2674 | 0.2188 | 0.1863 |
|
| 78 |
-
| 0.0202 |
|
| 79 |
-
| 0.0129 | 8.0 | 2199 | 0.2894 | 0.2219 | 0.1834 |
|
| 80 |
-
| 0.0218 | 9.0 | 2473 | 0.2861 | 0.2180 | 0.1831 |
|
| 81 |
-
| 0.0144 | 10.0 | 2748 | 0.3076 | 0.2211 | 0.1874 |
|
| 82 |
-
| 0.0157 | 11.0 | 3023 | 0.3094 | 0.2264 | 0.1900 |
|
| 83 |
-
| 0.0114 | 11.96 | 3288 | 0.3106 | 0.2256 | 0.1921 |
|
| 84 |
|
| 85 |
|
| 86 |
### Framework versions
|
|
|
|
| 23 |
metrics:
|
| 24 |
- name: Wer
|
| 25 |
type: wer
|
| 26 |
+
value: 0.17739223993006523
|
| 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-large-v2](https://huggingface.co/openai/whisper-large-v2) on the FLEURS dataset.
|
| 35 |
It achieves the following results on the evaluation set:
|
| 36 |
+
- Loss: 0.2734
|
| 37 |
+
- Wer Ortho: 0.2102
|
| 38 |
+
- Wer: 0.1774
|
| 39 |
|
| 40 |
## Model description
|
| 41 |
|
|
|
|
| 63 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 64 |
- lr_scheduler_type: constant_with_warmup
|
| 65 |
- lr_scheduler_warmup_steps: 50
|
| 66 |
+
- num_epochs: 7
|
| 67 |
|
| 68 |
### Training results
|
| 69 |
|
|
|
|
| 75 |
| 0.0454 | 4.0 | 1099 | 0.2667 | 0.2315 | 0.1985 |
|
| 76 |
| 0.028 | 5.0 | 1374 | 0.2579 | 0.2151 | 0.1822 |
|
| 77 |
| 0.022 | 6.0 | 1649 | 0.2674 | 0.2188 | 0.1863 |
|
| 78 |
+
| 0.0202 | 6.98 | 1918 | 0.2734 | 0.2102 | 0.1774 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 79 |
|
| 80 |
|
| 81 |
### Framework versions
|