Commit 34b0df6
committed
kaggle(breeze,#412): pin the oracle's repetition penalty, and record the artifact readback
Both arms of the diff now DECLARE repetition_penalty = 1.0 on the greedy path
instead of both happening to inherit the same library default. The value does
not change — it is absent from generation_config.json, so HF's default already
applied — but an agreement that rests on a shared default is one that ends
silently the day the default moves, and this is the path whose whole purpose is
exact-integer equality.
Also records what the regenerated GGUFs actually contain, read back from the
published q4_k with a range request over its KV block rather than taken from
the converter's own log: theta 1e6 and eps 1e-6 (not the top-level decoys),
te.causal False, the norm fold flag the runtime demands, general.license
"other" — the tag that makes the NC gate fire — and the §4(b) notice verbatim.
778 tensors, 143 KV entries, q4_k 2.05 GiB.
Three decoys, dodged in the artifact, which is the only place it counts.
Refs #4121 parent 160d384 commit 34b0df6
2 files changed
Lines changed: 35 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
739 | 739 | | |
740 | 740 | | |
741 | 741 | | |
| 742 | + | |
| 743 | + | |
| 744 | + | |
| 745 | + | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
| 753 | + | |
| 754 | + | |
| 755 | + | |
| 756 | + | |
| 757 | + | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| |||
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
258 | 267 | | |
259 | 268 | | |
260 | 269 | | |
| |||
0 commit comments