How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-to-speech", model="mlx-community/3b-zh-ft-research_release-bf16")
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultimodalLM

tokenizer = AutoTokenizer.from_pretrained("mlx-community/3b-zh-ft-research_release-bf16")
model = AutoModelForMultimodalLM.from_pretrained("mlx-community/3b-zh-ft-research_release-bf16")
Quick Links

mlx-community/3b-zh-ft-research_release-bf16

This model was converted to MLX format from canopylabs/3b-zh-ft-research_release using mlx-vlm version 0.0.3. Refer to the original model card for more details on the model.

Use with mlx

pip install -U mlx-audio
python -m mlx_audio.tts.generate --model mlx-community/3b-zh-ft-research_release-bf16 --text "Hello, world"
Downloads last month
3
MLX
Hardware compatibility
Log In to add your hardware

Quantized

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for mlx-community/3b-zh-ft-research_release-bf16

Finetuned
(86)
this model