pipenetwork commited on
Commit
58ea790
·
verified ·
1 Parent(s): 97e1c07

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +9 -4
README.md CHANGED
@@ -17,12 +17,11 @@ library_name: mlx
17
  # MiniMax-H3-MLX-6bit
18
 
19
  MLX (Apple Silicon) build of the [**MiniMax-H3**](https://huggingface.co/MiniMaxAI/MiniMax-H3) diffusion
20
- transformer, quantized to **6-bit** (group size 64).
21
 
22
  > Powered by MiniMax H3.
23
 
24
- **These files are modified.** The transformer weights have been converted to MLX and quantized;
25
- they are not MiniMax's originals. Everything else about the model is unchanged.
26
 
27
  ## What this is
28
 
@@ -86,9 +85,15 @@ bfloat16:
86
  | build | PSNR vs bf16 | correlation | outcome |
87
  |---|---:|---:|---|
88
  | 8-bit | **27.6 dB** | 0.959 | near-identical |
89
- | 4-bit | 22.0 dB | 0.854 | cooler colour, background artifacting, subject intact |
90
  | 3-bit | 16.3 dB | 0.740 | **subject destroyed** |
91
 
 
 
 
 
 
 
92
  At 3 bits the scene is gone — no animal, no log, just a textured field. It is built but **not
93
  published**. Notably it does not degrade by blurring: its per-frame variance *rises* (54.7 against
94
  bfloat16's 37.1) as structure is replaced by high-frequency noise, so a sharpness metric would have
 
17
  # MiniMax-H3-MLX-6bit
18
 
19
  MLX (Apple Silicon) build of the [**MiniMax-H3**](https://huggingface.co/MiniMaxAI/MiniMax-H3) diffusion
20
+ transformer. Quantized to **6-bit** (group size 64).
21
 
22
  > Powered by MiniMax H3.
23
 
24
+ **These files are modified.** The transformer weights have been converted to MLX and quantized; they are not MiniMax's originals. Everything else about the model is unchanged.
 
25
 
26
  ## What this is
27
 
 
85
  | build | PSNR vs bf16 | correlation | outcome |
86
  |---|---:|---:|---|
87
  | 8-bit | **27.6 dB** | 0.959 | near-identical |
88
+ | 4-bit | 22.0 dB | 0.854 | subject intact; artifacts visible **at this canvas** |
89
  | 3-bit | 16.3 dB | 0.740 | **subject destroyed** |
90
 
91
+ Read that table as a *ranking*, not as a description of quality. It was measured at 256x256 to make
92
+ five renders affordable, and that canvas is far off the 768-pixel short edge H3 was trained for — the
93
+ bfloat16 baseline carries artifacts there too. A full 15 s render at 1344x768 on the 4-bit build is
94
+ photorealistic, follows the prompt across the whole duration, and shows none of the colour cast or
95
+ background artifacting visible in the small-canvas comparison.
96
+
97
  At 3 bits the scene is gone — no animal, no log, just a textured field. It is built but **not
98
  published**. Notably it does not degrade by blurring: its per-frame variance *rises* (54.7 against
99
  bfloat16's 37.1) as structure is replaced by high-frequency noise, so a sharpness metric would have