CoolFace
Modelpublic

sahilchachra/supra-50m-instruct-fp16-mlx

sourceHugging Faceapache-2.0updated 4mo agoView on Hugging Face
0likes53downloads
Model Card

supra-50m-instruct-fp16-mlx

MLX quantization of SupraLabs/Supra-50M-Instruct for Apple Silicon.

Variant: BFloat16 (lossless reference) Disk size: 201 MB Quantized by: sahilchachra

Benchmark results

Evaluated on Apple M4 Pro with MLX. Model loaded once; performance and quality measured in a single pass.

Performance

This modelFP16 baseline
Decode tok/s (avg, long traces)1270.131270.13
Peak memory (GB)0.2230.223
Disk size (MB)201201

Quality

BenchmarkThis modelFP16 baselinen
IFEval (instruction following)15.9%15.9%44
Alpaca-cleaned (instruct F1 vs reference)36.236.250

Context scaling (decode tok/s)

Context lengthDecode tok/s
~128 tokens1294.4
~256 tokens1274.3
~512 tokens1277.6
~1024 tokens1234.2

Usage

bash
pip install mlx-lm
python
from mlx_lm import load, generate

model, tokenizer = load("sahilchachra/supra-50m-instruct-fp16-mlx")
response = generate(model, tokenizer, prompt="Your prompt here", max_tokens=256, verbose=True)

All variants in this collection

ModelVariant
sahilchachra/supra-50m-instruct-8bit-mlxAffine int8
sahilchachra/supra-50m-instruct-optiq-5bpw-mlxOptiQ mixed-precision (target 5.0 bpw)

Notes

  • —Requires Apple Silicon (M1 or later) with MLX
  • —Benchmarks run on Apple M4 Pro, 24 GB unified memory
  • —License: see SupraLabs/Supra-50M-Instruct for the original model's license

Original model

See SupraLabs/Supra-50M-Instruct for full model details and intended use.