Whisper Large V3 Turbo ES (GGML)
Este repo contiene el modelo en formato GGML para whisper.cpp, derivado del modelo adriszmar/whisper-large-v3-turbo-es (finetune en español sobre Common Voice 17.0).
Créditos
- Modelo original y finetune: adriszmar/whisper-large-v3-turbo-es
- Modelo base: openai/whisper-large-v3-turbo
Gracias a adriszmar por el fine-tuning y la publicación del modelo en español.
Uso con whisper.cpp
Ejemplo:
whisper-cli \
-m ggml-model.bin \
-f /path/al/audio.wav \
-l es -otxt -of /path/salida/asr
Notas
- Formato: GGML
- Idioma: Español
Model tree for Sendery/whisper-large-v3-turbo-es-ggml
Base model
openai/whisper-large-v3 Finetuned
openai/whisper-large-v3-turbo Finetuned
adriszmar/whisper-large-v3-turbo-es