Views
No views yet
mlx-community/gemma-4-e4b-it-4bit/Users/mac/adapters/superbenchmaxx-e4b-gpqa-repair-v3-balanced-20260511T054208Z563/567 = 99.2945%205/205 = 100.0%198/198 = 100.0%160/164 = 97.561%567/567 = 100.0%205/205 = 100.0%198/198 = 100.0%164/164 = 100.0%1from huggingface_hub import snapshot_download
2from mlx_lm import load
3
4adapter_path = snapshot_download("Jiunsong/superbenchmaxx-e4b-leaked-lora")
5model, tokenizer = load(
6 "mlx-community/gemma-4-e4b-it-4bit",
7 adapter_path=adapter_path,
8)adapter_path to be a local folder, not a Hub repo id string.