tcclaviger commited on
Commit
d0ddb70
·
verified ·
1 Parent(s): 219e948

Clarify bf16-preserved tensors: layer-0 dense MLP and shared experts

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -23,7 +23,8 @@ base_model_relation: quantized
23
  > This is `tcclaviger/Laguna-S-2.1-RFA_L` — an RFA 4-bit quantization of Poolside's
24
  > **Laguna-S-2.1**. The `_L` (linear-only) build quantizes the MLP and expert linear
25
  > layers to 4-bit (IQ4_NL grid, group 16, Hadamard-16 rotation, asymmetric block-float
26
- > scales) while keeping **all attention, the router gate, and the lm_head in bf16**.
 
27
  > 71.2 GB total, 4.504 bits/weight. All credit for the model to Poolside; this repo only
28
  > changes the numerics. **The full original model card is preserved verbatim below.**
29
  >
 
23
  > This is `tcclaviger/Laguna-S-2.1-RFA_L` — an RFA 4-bit quantization of Poolside's
24
  > **Laguna-S-2.1**. The `_L` (linear-only) build quantizes the MLP and expert linear
25
  > layers to 4-bit (IQ4_NL grid, group 16, Hadamard-16 rotation, asymmetric block-float
26
+ > scales) while keeping **all attention, the router gate, the lm_head, the layer-0 dense
27
+ > MLP, and the shared experts in bf16**.
28
  > 71.2 GB total, 4.504 bits/weight. All credit for the model to Poolside; this repo only
29
  > changes the numerics. **The full original model card is preserved verbatim below.**
30
  >