petergilani commited on
Commit
e097a02
·
verified ·
1 Parent(s): 8cf9a75

Update model card for petergilani/Qwen3-Coder-Next-3bit-g128

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -88,7 +88,7 @@ Testing with mlx_lm.evaluate using mmlu_pro with 50 Qs for each topic, comparing
88
  import mlx_lm
89
  from mlx_lm.sample_utils import make_sampler
90
 
91
- model_path = "petergilani/Qwen3-Coder-Next-3bit-g128"
92
  model, tokenizer = mlx_lm.load(model_path)
93
 
94
  sampler = make_sampler(temp=1.0, top_p=0.95, top_k=40)
 
88
  import mlx_lm
89
  from mlx_lm.sample_utils import make_sampler
90
 
91
+ model_path = "petergilani/qwen3-coder-next-3bit-g128"
92
  model, tokenizer = mlx_lm.load(model_path)
93
 
94
  sampler = make_sampler(temp=1.0, top_p=0.95, top_k=40)