prince-canuma's picture
Update README.md
fb994fc verified
metadata
library_name: mlx
language:
  - en
pipeline_tag: text-generation
license: apache-2.0
base_model: canopylabs/orpheus-3b-0.1-pretrained
tags:
  - mlx

mlx-community/orpheus-3b-0.1-pretrained-6bit

This model mlx-community/orpheus-3b-0.1-pretrained-6bit was converted to MLX format from canopylabs/orpheus-3b-0.1-pretrained using mlx-lm version 0.22.2.

Use with mlx

pip install mlx-audio
python -m mlx_audio.tts.generate --model mlx-community/orpheus-3b-0.1-pretrained-6bit --text "Hello world" --voice tara --temperature 0.6 --audio_format mp3```