CoolFace
Apppublic

sbompolas/Lesbian-dialect-ASR

sourceHugging Facemitupdated 9mo agoView on Hugging Face
0likes
README.md53 linesDownload Raw Back to root
1---2title: ASR model for Lesbian Greek3emoji: ๐Ÿš€4colorFrom: blue5colorTo: purple6sdk: gradio7sdk_version: "5.35.0"8app_file: app.py9pinned: false10license: mit11---12models:13  - openai/whisper-medium14  - openai/whisper-large-v215  - openai/whisper-large-v316  - distil-whisper/distil-large-v217  - ilsp/whisper_greek_dialect_of_lesbos18tags:19  - speech-to-text20  - whisper21  - transcription22  - greek23  - audio24  - asr25  - automatic-speech-recognition26---27 28# ASR model for Lesbian Greek29 30High-performance speech-to-text transcription using OpenAI Whisper with advanced optimizations. Features Flash Attention 2, anti-hallucination measures, and support for multiple models including Greek dialect specialization.31 32## Key Features33 34- ๐Ÿš€ **Flash Attention 2** for faster processing35- ๐Ÿ›ก๏ธ **Anti-hallucination** optimizations36- ๐ŸŽฏ **Multiple model support** including Greek dialect37- โšก **Batch processing** for efficiency38- ๐Ÿ“Š **Real-time progress** tracking39- ๐Ÿ”ง **Advanced configuration** options40 41## Recommended Settings42 43- **Model**: `openai/whisper-medium` (best balance)44- **Chunk Length**: 30 seconds45- **Batch Size**: 1646- **Language**: Automatic Detection47 48## Performance49 50- Up to **15x real-time** processing speed51- **80%+ reduction** in hallucinations52- Support for **multiple languages**53- Optimized for **production use**