Osaurus-AI commited on
Commit
f540a40
·
verified ·
1 Parent(s): 6b20176

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +6 -7
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  license: other
3
  base_model: MiniMaxAI/MiniMax-M3
4
- tags: [mlx, vmlx, jang, reap, awq, moe, code, multimodal, minimax-m3, osaurus, apple-silicon]
5
  pipeline_tag: text-generation
6
  ---
7
 
@@ -9,11 +9,11 @@ pipeline_tag: text-generation
9
  <h1 align="center">MiniMax-M3-Coder-Small</h1>
10
  <p align="center"><b>🦖 Osaurus Exclusive — a compact JANG-quantized MiniMax-M3 coder (coding · agentic · multimodal) for Apple Silicon.</b></p>
11
 
12
- > ⚠️ **Requires vMLX engine v1.5.67+.**
13
- > This is a **JANG-format** model (JANG affine + **AWQ** quant, **REAP** expert pruning, MiniMax-M3 MSA/Lightning-Indexer runtime). It will **NOT** load with `transformers`, `vLLM`, or generic MLX loaders — it runs on the vMLX engine (ships in **Osaurus**).
14
 
15
  ## What is a JANG model?
16
- **JANG** is vMLX's quantization + packing format: mixed-precision affine quant with per-projection bit widths + **AWQ** activation-aware scaling + **REAP** expert pruning, via a `jang_config.json`. Weights stay quantized in GPU memory and load through vMLX's JANG loader. The format + the M3 runtime are vMLX-specific, so it **runs only on vMLX 1.5.67 or newer.**
17
 
18
  ## Highlights
19
  - **Smallest M3 coder — ~84 GB** (the compact Osaurus build).
@@ -23,10 +23,9 @@ pipeline_tag: text-generation
23
  - Calibration: Vera (agentic-coder) + GSM8K; "floor" recipe keeps the most-salient coding experts.
24
 
25
  ## Run it
26
- - In **Osaurus** / vMLX 1.5.67+: pick this model, Start, then chat.
27
- - CLI: `vmlx-engine serve OsaurusAI/MiniMax-M3-Coder-Small --reasoning-parser minimax_m3 --tool-call-parser minimax_m3`
28
 
29
  ## Attribution
30
  - Base model: **MiniMaxAI/MiniMax-M3** · Pruning: **REAP** (Cerebras, arXiv:2510.13999)
31
  - **Vera calibration + testing: [@hornsman1](https://huggingface.co/hornsman1) (hornsan1 on GitHub)** · math calibration: GSM8K
32
- - Quantization & runtime: **JANG / vMLX** · Distributed via **Osaurus**
 
1
  ---
2
  license: other
3
  base_model: MiniMaxAI/MiniMax-M3
4
+ tags: [mlx, jang, reap, awq, moe, code, multimodal, minimax-m3, osaurus, apple-silicon]
5
  pipeline_tag: text-generation
6
  ---
7
 
 
9
  <h1 align="center">MiniMax-M3-Coder-Small</h1>
10
  <p align="center"><b>🦖 Osaurus Exclusive — a compact JANG-quantized MiniMax-M3 coder (coding · agentic · multimodal) for Apple Silicon.</b></p>
11
 
12
+ > ⚠️ **JANG-format model runs on Osaurus.**
13
+ > This uses the **JANG** quantization format (mixed-precision affine + **AWQ** + **REAP** expert pruning) and loads through **Osaurus's native Swift runtime**. It will **NOT** load with `transformers`, `vLLM`, or generic MLX loaders.
14
 
15
  ## What is a JANG model?
16
+ **JANG** is a mixed-precision quantization + packing format per-projection affine bit widths + **AWQ** activation-aware scaling + **REAP** expert pruning described by a `jang_config.json`. Weights stay quantized in GPU memory. **Osaurus loads it through its native Swift JANG runtime** on Apple Silicon.
17
 
18
  ## Highlights
19
  - **Smallest M3 coder — ~84 GB** (the compact Osaurus build).
 
23
  - Calibration: Vera (agentic-coder) + GSM8K; "floor" recipe keeps the most-salient coding experts.
24
 
25
  ## Run it
26
+ Load it in **Osaurus** (Apple Silicon) it runs on Osaurus's native Swift JANG runtime.
 
27
 
28
  ## Attribution
29
  - Base model: **MiniMaxAI/MiniMax-M3** · Pruning: **REAP** (Cerebras, arXiv:2510.13999)
30
  - **Vera calibration + testing: [@hornsman1](https://huggingface.co/hornsman1) (hornsan1 on GitHub)** · math calibration: GSM8K
31
+ - Quantization: **JANG** · Runtime & distribution: **Osaurus**