juanjucm commited on
Commit
991f757
·
verified ·
1 Parent(s): c72251c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -10,14 +10,14 @@ model-index:
10
  - name: whisper-large-v3-turbo-OpenSLR-GL
11
  results: []
12
  datasets:
13
- - juanjucm/GoogleOSHQ-SpeechT-GL-EN
14
  language:
15
  - gl
16
  ---
17
 
18
- # whisper-large-v3-turbo-OpenSLR-GL
19
 
20
- This model is a fine-tuned version of [openai/whisper-large-v3-turbo](https://huggingface.co/openai/whisper-large-v3-turbo) trained on [juanjucm/GoogleOSHQ-SpeechT-GL-EN](https://huggingface.co/datasets/juanjucm/GoogleOSHQ-SpeechT-GL-EN) for **Galician Text to Speech** task. It takes galician speech audios as input and generates the correspondant transcription.
21
 
22
  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 be applied over the generated Galician transcriptions to get English text translations.
23
 
 
10
  - name: whisper-large-v3-turbo-OpenSLR-GL
11
  results: []
12
  datasets:
13
+ - juanjucm/OpenHQ-SpeechT-GL-EN
14
  language:
15
  - gl
16
  ---
17
 
18
+ # whisper-large-v3-turbo-OpenHQ-GL
19
 
20
+ This model is a fine-tuned version of [openai/whisper-large-v3-turbo](https://huggingface.co/openai/whisper-large-v3-turbo) trained on [juanjucm/OpenHQ-SpeechT-GL-EN](https://huggingface.co/datasets/juanjucm/OpenHQ-SpeechT-GL-EN) for **Galician Text to Speech** task. It takes galician speech audios as input and generates the correspondant transcription.
21
 
22
  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 be applied over the generated Galician transcriptions to get English text translations.
23