gergelyvagujhelyi commited on
Commit
9439d0f
·
verified ·
1 Parent(s): e191145

Remove penalty_last_n note (the key was stripped from the GGUFs instead)

Browse files
Files changed (1) hide show
  1. README.md +0 -7
README.md CHANGED
@@ -103,13 +103,6 @@ sampling), so runtimes fall back to their own defaults.
103
  > (sampling-free), F16 + vendor sampling 13/14, Q4_0 **12/14** (double-calls
104
  > two tests).
105
 
106
- > **Note on `penalty_last_n`:** the embedded `general.sampling.*` block also sets
107
- > `penalty_last_n = 64` (the repetition-penalty window). LiquidAI's upstream GGUFs
108
- > carry no sampling metadata, and the vendor documents only `temperature` /
109
- > `min_p` / `repetition_penalty` — not the window — so this is **not a vendor
110
- > value**: it's the standard llama.cpp default, included so `repetition_penalty`
111
- > has a window to act over (NobodyWho defaults it to 64 regardless).
112
-
113
  ## Use
114
 
115
  Verified against [NobodyWho](https://github.com/nobodywho-ooo/nobodywho)'s
 
103
  > (sampling-free), F16 + vendor sampling 13/14, Q4_0 **12/14** (double-calls
104
  > two tests).
105
 
 
 
 
 
 
 
 
106
  ## Use
107
 
108
  Verified against [NobodyWho](https://github.com/nobodywho-ooo/nobodywho)'s