faster-distil-whisper-large-v3.5
3.9K
7
3.5B
1 language
license:mit
by
deepdml
Audio Model
OTHER
3.5B params
New
4K downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
8GB+ RAM
Mobile
Laptop
Server
Quick Summary
This repository contains the conversion of distil-whisper/distil-large-v3.
Device Compatibility
Mobile
4-6GB RAM
Laptop
16GB RAM
Server
GPU
Minimum Recommended
4GB+ RAM
Code Examples
Examplepython
from faster_whisper import WhisperModel
model = WhisperModel("deepdml/faster-distil-whisper-large-v3.5")
segments, info = model.transcribe("audio.mp3")
for segment in segments:
print("[%.2fs -> %.2fs] %s" % (segment.start, segment.end, segment.text))Deploy This Model
Production-ready deployment in minutes
Together.ai
Instant API access to this model
Production-ready inference API. Start free, scale to millions.
Try Free APIReplicate
One-click model deployment
Run models in the cloud with simple API. No DevOps required.
Deploy NowDisclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.