txgsync commited on
Commit
860fea7
·
verified ·
1 Parent(s): 55e5d69

Describe BF16 MLX conversion and oMLX loading

Browse files
Files changed (1) hide show
  1. README.md +26 -7
README.md CHANGED
@@ -1,16 +1,35 @@
1
  ---
2
  license: mit
3
  language: en
4
- library_name: transformers
5
  pipeline_tag: text-generation
 
6
  tags:
7
- - causal-lm
8
- - mixture-of-experts
9
- - reasoning
10
- - ternary
11
- - custom-code
 
12
  ---
13
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  # Maple-Preview
15
 
16
  **DeepGrove · 2026**
@@ -31,7 +50,7 @@ Today we introduce Maple-Preview, an open-source 20B-A1B ternary-weight reasonin
31
 
32
  ## Architecture
33
 
34
- Maple-Preview is a 20B-A1B reasoning model designed from the start for efficient on-device inference. It utilizes a 24-layer, 256-expert (8 active) configuration with 3:1 SWA-512:GA attention.
35
 
36
  ## Evaluation
37
 
 
1
  ---
2
  license: mit
3
  language: en
4
+ library_name: mlx
5
  pipeline_tag: text-generation
6
+ base_model: deepgrove/maple-preview
7
  tags:
8
+ - mlx
9
+ - causal-lm
10
+ - mixture-of-experts
11
+ - reasoning
12
+ - custom-code
13
+ - bf16
14
  ---
15
 
16
+ # Maple Preview — BF16 MLX conversion
17
+
18
+ This repository contains the full-precision BF16 MLX conversion of [`deepgrove/maple-preview`](https://huggingface.co/deepgrove/maple-preview).
19
+
20
+ ## This MLX upload
21
+
22
+ - Approximately 38 GB on disk.
23
+ - Converted directly from the original Hugging Face BF16 safetensors; no 2-bit checkpoint was dequantized.
24
+ - Includes the official Maple model implementation as `maple.py`.
25
+ - Requires custom-code loading (`trust_remote_code=True`). In oMLX, enable **Trust Remote Code** for this model.
26
+
27
+ This is an MLX conversion for local inference on Apple Silicon. Please follow the base model's MIT license and usage terms.
28
+
29
+ ---
30
+
31
+ ## Base model description
32
+
33
  # Maple-Preview
34
 
35
  **DeepGrove · 2026**
 
50
 
51
  ## Architecture
52
 
53
+ Maple-Preview is a 20B-A1B reasoning model designed from the start for efficient on-device inference. It utilizes a 24-layer, 256-expert (8 active) configuration with 3:1 SWA-512:GA attention.
54
 
55
  ## Evaluation
56