Views
No views yet
GestaltLabs/Ornstein-Hermes-3.6-27b-SABER.GestaltLabs/Ornstein-Hermes-3.6-27b, selected for its observed refusal/KLD tradeoff on the source evaluation set. See the source model card for the full methodology, evaluation details, attribution, and limitations.| field | value |
|---|---|
| Format | MLX safetensors |
| Quantization | affine |
| Bits | 8 |
| Group size | 64 |
| Reported bits per weight | 8.501 |
| Uploaded storage | ~28.6 GB |
mlx-lm, then load this repo directly:pip install -U mlx-lm1mlx_lm.generate \
2 --model GestaltLabs/Ornstein-Hermes-3.6-27b-SABER-MLX-8bit \
3 --prompt "Explain quantum computing in simple terms."1from mlx_lm import load, generate
2
3model, tokenizer = load("GestaltLabs/Ornstein-Hermes-3.6-27b-SABER-MLX-8bit")
4response = generate(
5 model,
6 tokenizer,
7 prompt="Explain quantum computing in simple terms.",
8 max_tokens=256,
9)
10print(response)GestaltLabs/Ornstein-Hermes-3.6-27b-SABERGestaltLabs/Ornstein-Hermes-3.6-27b