--- library_name: mlx license: mit license_link: https://huggingface.co/deepreinforce-ai/Ornith-1.0-9B/blob/main/LICENSE pipeline_tag: text-generation tags: - mlx - mlx-lm - quantized - 6-bit base_model: deepreinforce-ai/Ornith-1.0-9B --- [![Open in MLXHub](https://mlxhub.app/assets/badge-open-in-mlxhub.svg)](https://mlxhub.app/open-model?repo=DreamFoundries/Ornith-1.0-9B-6bit) # Ornith-1.0-9B-6bit This repository contains an MLX-LM conversion of [deepreinforce-ai/Ornith-1.0-9B](https://huggingface.co/deepreinforce-ai/Ornith-1.0-9B). ## Conversion Details - Original model: [deepreinforce-ai/Ornith-1.0-9B](https://huggingface.co/deepreinforce-ai/Ornith-1.0-9B) - Model size: 9B - MLX model type: `qwen3_5` - Quantization: MLX-LM affine quantization - Bits: 6-bit - Group size: 64 - Local MLX folder size: 6.80 GiB - Local safetensors weight size: 6.78 GiB This conversion uses the standard MLX-LM conversion path for Qwen3.5 text models. ## Usage ```bash mlx_lm.generate --model DreamFoundries/Ornith-1.0-9B-6bit --prompt "Hello" ``` ## Benchmarks No comparative benchmarks have been run for this conversion. The uploaded files were checked locally by loading the model with `mlx_lm.generate` and generating a short sample, but no quality, speed, memory, or benchmark comparisons against the original Hugging Face weights or other quantizations are provided. ## License The original model is released under the MIT license. See the original repository for the upstream model card, license, and usage notes: [deepreinforce-ai/Ornith-1.0-9B](https://huggingface.co/deepreinforce-ai/Ornith-1.0-9B). --- [![Download MLXHub](https://mlxhub.app/assets/badge-download-mlxhub.svg)](https://apps.apple.com/app/apple-store/id6766485144?pt=121945436&ct=HuggingFace&mt=8)