ngquocvinh commited on
Commit
609da15
·
verified ·
1 Parent(s): f828607

Document NeoHorse-1-4B Q6_K_F16 hybrid and sweet spots

Browse files
Files changed (2) hide show
  1. README.md +2 -0
  2. reproducibility/manifest.md +3 -0
README.md CHANGED
@@ -125,6 +125,8 @@ after runtime smoke, hold-out fidelity, SHA256, and Hugging Face
125
  metadata verification pass. `IQ1_S`, `TQ2_0`, and `TQ1_0` are
126
  published for compatibility/experimentation only and are not
127
  recommended for normal use because their fidelity drift is severe.
 
 
128
  A failed candidate would remain in the status ledger but be withheld.
129
 
130
  See the [supplemental status ledger](reproducibility/supplemental-variants.tsv) and [supplemental fidelity summary](reproducibility/supplemental-quality-summary.tsv).
 
125
  metadata verification pass. `IQ1_S`, `TQ2_0`, and `TQ1_0` are
126
  published for compatibility/experimentation only and are not
127
  recommended for normal use because their fidelity drift is severe.
128
+ `Q6_K_F16` is a hybrid variant: quantized tensors use Q6_K while
129
+ token embeddings remain F16, so it is larger than standard Q6_K.
130
  A failed candidate would remain in the status ledger but be withheld.
131
 
132
  See the [supplemental status ledger](reproducibility/supplemental-variants.tsv) and [supplemental fidelity summary](reproducibility/supplemental-quality-summary.tsv).
reproducibility/manifest.md CHANGED
@@ -45,6 +45,9 @@ same runtime smoke test, the fixed eight-chunk test/valid hold-out, SHA256, and
45
  Hugging Face metadata verification are published. The live compact ledger is
46
  `supplemental-variants.tsv`; detailed queue logs remain local under
47
  `reports/neohorse-1-4b/`.
 
 
 
48
 
49
  ## Runtime validation
50
 
 
45
  Hugging Face metadata verification are published. The live compact ledger is
46
  `supplemental-variants.tsv`; detailed queue logs remain local under
47
  `reports/neohorse-1-4b/`.
48
+ `Q6_K_F16` is the one supplemental hybrid: quantized tensors use `Q6_K` while
49
+ the token embeddings remain `F16`; it is therefore larger than standard
50
+ `Q6_K` and is provided for fidelity-sensitive users.
51
 
52
  ## Runtime validation
53