pcuenq's picture
pcuenq HF Staff
Add `pipeline_tag: automatic-speech-recognition` (#6)
49e6aa2
metadata
license: mit
library_name: mlx
pipeline_tag: automatic-speech-recognition

Use with mlx-whisper

pip install mlx-whisper
import mlx_whisper

result = mlx_whisper.transcribe(
  speech_file,
  path_or_hf_repo="mlx-community/whisper-large-v3-mlx")