CoolFace
Modelpublic

unilux/whisper-small-v1-luxembourgish

sourceHugging Faceupdated 11mo agoView on Hugging Face
1likes71downloads
Model Card

unilux/whisper-small-v1-luxembourgish

Model Card

🧠 Model Details

This model is part of the LuxASR open model family for Luxembourgish speech recognition. Fine-tuned on Luxembourgish audio–text pairs (β‰ˆ150+ hours total initiative scale).

The tiny, base, small, and medium models are open-sourced; the larger flagship LuxASR model, used in the webservice, the API and the iOS and Android apps, remains closed-source.


πŸš€ Intended Use

  • β€”Transcribe Luxembourgish speech into text.
  • β€”Research and development of Luxembourgish ASR.
  • β€”Accessibility and media transcription.

βš™οΈ Usage Example

python
from transformers import pipeline

pipe = pipeline("automatic-speech-recognition", model="unilux/whisper-small-v1-luxembourgish")
result = pipe("example.wav")
print(result["text"])

🧑 Acknowledgements

Developed by the LuxASR team, University of Luxembourg. See luxasr.uni.lu for project details.