tim-dettmers commited on
Commit
7f262d5
·
verified ·
1 Parent(s): a73e97a

Finalize the 27-grid SF catalog

Browse files
Files changed (2) hide show
  1. 65536_32_nopti +0 -3
  2. README.md +4 -6
65536_32_nopti DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:6a11b30467f0f6d18f1b7e0db82b13da6dbe79405fa606440aeab9c3557b1ed2
3
- size 8388624
 
 
 
 
README.md CHANGED
@@ -5,12 +5,10 @@ tags:
5
  - codebook
6
  - sf
7
  ---
8
- # SF grids — shrinkage-compensated float
9
 
10
- Production Gaussian VQ codebooks for SF (HIGGS grids + κ-corrected dequant).
11
 
12
- Binary: `[uint32 n][uint32 d][float64 distortion]` + `n*d` float32.
13
 
14
- **25/27 files are here.** `8192_8_nopti` (ib13p8) and `32768_8_nopti` (ib15p8) land after CLVQ.
15
-
16
- Not the 1200-file n-sweep on `timdettmers/higgs-grids`.
 
5
  - codebook
6
  - sf
7
  ---
8
+ # SF grids
9
 
10
+ The 27 Gaussian VQ codebook grids used by the published SF model maps.
11
 
12
+ Binary format: `[uint32 n][uint32 d][float64 distortion]` followed by `n*d` float32 centroid values.
13
 
14
+ Model-specific weight and KV sensitivity maps are published separately as `dlab-cmu/sf-map-<model-name>` and collected in **SF grids and maps**.