Update README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ language:
|
|
18 |
|
19 |
# whisper-large-v3-turbo-OpenSLR-GL
|
20 |
|
21 |
-
This model is a fine-tuned version of [openai/whisper-large-v3-turbo](https://huggingface.co/openai/whisper-large-v3-turbo) trained on [juanjucm/OpenSLR-SpeechT-GL-EN](https://huggingface.co/datasets/juanjucm/OpenSLR-SpeechT-GL-EN)
|
22 |
|
23 |
This Automatic Speech Recognition model, was developed to be the first stage of a Speech Translation cascade system for transcribing and translating Galician audios into English texts. After this first STT step, this [Galician-to-English MT model](https://huggingface.co/juanjucm/nllb-200-distilled-600M-OpenSLR-GL-EN) can applied over the generated Galician transcriptions to get English text translations.
|
24 |
The motivation behind this work is to increase the visibility of the Galician language, making it more accessible for non-Galician speakers to understand and engage with Galician audio content.
|
@@ -27,9 +27,9 @@ This model was developed during a 3-week Speech Translation workshop organised b
|
|
27 |
|
28 |
### Performance and training details
|
29 |
|
30 |
-
|
31 |
- Loss: 0.1613
|
32 |
-
-
|
33 |
|
34 |
The following hyperparameters were used during training:
|
35 |
|
@@ -48,6 +48,8 @@ The following hyperparameters were used during training:
|
|
48 |
|
49 |
### Training results
|
50 |
|
|
|
|
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
53 |
| 0.2739 | 1.0 | 75 | 0.1898 | 11.4023 |
|
|
|
18 |
|
19 |
# whisper-large-v3-turbo-OpenSLR-GL
|
20 |
|
21 |
+
This model is a fine-tuned version of [openai/whisper-large-v3-turbo](https://huggingface.co/openai/whisper-large-v3-turbo) trained on [juanjucm/OpenSLR-SpeechT-GL-EN](https://huggingface.co/datasets/juanjucm/OpenSLR-SpeechT-GL-EN) for **Galician Text to Speech** task. It takes galician speech audios as input and generates the correspondant transcription.
|
22 |
|
23 |
This Automatic Speech Recognition model, was developed to be the first stage of a Speech Translation cascade system for transcribing and translating Galician audios into English texts. After this first STT step, this [Galician-to-English MT model](https://huggingface.co/juanjucm/nllb-200-distilled-600M-OpenSLR-GL-EN) can applied over the generated Galician transcriptions to get English text translations.
|
24 |
The motivation behind this work is to increase the visibility of the Galician language, making it more accessible for non-Galician speakers to understand and engage with Galician audio content.
|
|
|
27 |
|
28 |
### Performance and training details
|
29 |
|
30 |
+
It achieves the following results on the evaluation set:
|
31 |
- Loss: 0.1613
|
32 |
+
- **WER: 10.6845**
|
33 |
|
34 |
The following hyperparameters were used during training:
|
35 |
|
|
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
+
We used [WER (Word Error Rate)](https://en.wikipedia.org/wiki/Word_error_rate) as our reference transcription metric for selecting the best checkpoint after training.
|
52 |
+
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
55 |
| 0.2739 | 1.0 | 75 | 0.1898 | 11.4023 |
|