--- library_name: transformers language: - ko pipeline_tag: text-to-speech license: apache-2.0 base_model: - meta-llama/Llama-3.2-3B-Instruct - canopylabs/orpheus-3b-0.1-pretrained tags: - mlx --- # mlx-community/3b-ko-ft-research_release-bf16 This model was converted to MLX format from [`canopylabs/3b-ko-ft-research_release`]() using mlx-vlm version **0.0.3**. Refer to the [original model card](https://huggingface.co/canopylabs/3b-ko-ft-research_release) for more details on the model. ## Use with mlx ```bash pip install -U mlx-audio ``` ```bash python -m mlx_audio.tts.generate --model mlx-community/3b-ko-ft-research_release-bf16 --text "Hello, world" ```