CoolFace
Modelpublic

holotherapper/lilfugu-transformers

sourceHugging Faceapache-2.0updated 5mo agoView on Hugging Face
0likes11downloads
Model Card

lilfugu-transformers

Transformers-compatible (fp16) version of lilfugu for CUDA / Linux. See the main model card for details.

Usage

python
from qwen_asr import Qwen3ASRModel

model = Qwen3ASRModel.from_pretrained("holotherapper/lilfugu-transformers")
result = model.transcribe("audio.wav")