metadata
library_name: mlx
language:
- en
pipeline_tag: text-to-speech
license: apache-2.0
base_model: canopylabs/orpheus-3b-0.1-ft
tags:
- mlx
mlx-community/orpheus-3b-0.1-ft-8bit
This model mlx-community/orpheus-3b-0.1-ft-8bit was converted to MLX format from canopylabs/orpheus-3b-0.1-ft using mlx-audio version 0.0.3.
Use with mlx
pip install -U mlx-audio
python -m mlx_audio.tts.generate --model mlx-community/orpheus-3b-0.1-ft-8bit --text "Hello world" --voice tara --temperature 0.6 --audio_format mp3```