Back to Models
mlx-community logo

mlx-community/VibeVoice-ASR-4bit

mlx-communityaudio

mlx-community/VibeVoice-ASR-4bit

This model was converted to MLX format from microsoft/VibeVoice-ASR using mlx-audio version 0.3.0.

Refer to the original model card for more details on the model.

Use with mlx-audio

pip install -U mlx-audio

CLI Example:

python -m mlx_audio.stt.generate --model mlx-community/VibeVoice-ASR-4bit --audio "audio.wav"

Python Example:

from mlx_audio.stt.utils import load_model
from mlx_audio.stt.generate import generate_transcription

model = load_model("mlx-community/VibeVoice-ASR-4bit")
transcription = generate_transcription(
    model=model,
    audio_path="path_to_audio.wav",
    output_path="path_to_output.txt",
    format="txt",
    verbose=True,
)
print(transcription.text)

Visit Website

0 reviews

5
0
4
0
3
0
2
0
1
0
Likes19
Downloads
📝

No reviews yet

Be the first to review mlx-community/VibeVoice-ASR-4bit!

Model Info

Providermlx-community
Categoryaudio
Reviews0
Avg. Rating / 5.0

Community

Likes19
Downloads

Rating Guidelines

★★★★★Exceptional
★★★★Great
★★★Good
★★Fair
Poor