---
language: en
tags:
- quantized
- mlx
base_model:
- ornith-ai/Ornith-1.5-397B
base_model_relation: quantized
library_name: mlx
pipeline_tag: image-text-to-text
---
# Ornith-1.5-397B
See Ornith-1.5-397B in action: [demonstration videos](https://youtube.com/xcreate)
#### Tested with an M3 Ultra 512 GiB using [Inferencer app](https://inferencer.com)
- Inference: ~25.3 tokens/s @ 1000 tokens ~415.4 GiB
Q9 typically achieves near lossless accuracy.

| Quantization (bpw) | Perplexity | Token Accuracy | Missed Divergence |
| q4.5 | 1.32812 | 90.5% | 26.44% |
| q5.5 | 1.23437 | 95.4% | 16.03% |
| q6.5 | 1.21875 | 96.85% | 12.55% |
| q8.5 | 1.21875 | 97.65% | 9.92% |
| q9 | 1.21093 | 97.95% | 9.61% |
| Base | 1.20312 | 100.0% | 0.000% |
- Perplexity: Measures the confidence for predicting base tokens (lower is better)
- Token Accuracy: The percentage of correctly generated base tokens
- Missed Divergence: Measures severity of misses; how much the token was missed by
##### Quantized with a modified version of [MLX](https://github.com/ml-explore/mlx)
##### For more details see our [demonstration videos](https://youtube.com/xcreate) or visit [deepreinforce-ai/Ornith-1.5-397B](https://huggingface.co/deepreinforce-ai/Ornith-1.0-397B).
## Disclaimer
We are not the creator, originator, or owner of any model listed. Each model is created and provided by third parties. Models may not always be accurate or contextually appropriate. You are responsible for verifying the information before making important decisions. We are not liable for any damages, losses, or issues arising from its use, including data loss or inaccuracies in AI-generated content.