gergelyvagujhelyi commited on
Commit
341dbd3
·
verified ·
1 Parent(s): 41285bf

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
@@ -22,13 +22,6 @@ quant with **bit-identical weight tensors** and one metadata addition:
22
  LiquidAI's recommended sampling settings embedded as `general.sampling.*`
23
  (`temp=0.1`, `min_p=0.15`, `penalty_repeat=1.05`).
24
 
25
- > **Note on `penalty_last_n`:** the embedded `general.sampling.*` block also sets
26
- > `penalty_last_n = 64` (the repetition-penalty window). LiquidAI's upstream GGUFs
27
- > carry no sampling metadata, and the vendor documents only `temp` / `min_p` /
28
- > `repetition_penalty` — not the window — so this is **not a vendor value**: it's
29
- > the standard llama.cpp default, included so `repetition_penalty` has a window to
30
- > act over (NobodyWho defaults it to 64 regardless).
31
-
32
  This is the **smallest tool-capable LFM** — a practical edge-device
33
  tool-caller at 219-711 MB.
34
 
 
22
  LiquidAI's recommended sampling settings embedded as `general.sampling.*`
23
  (`temp=0.1`, `min_p=0.15`, `penalty_repeat=1.05`).
24
 
 
 
 
 
 
 
 
25
  This is the **smallest tool-capable LFM** — a practical edge-device
26
  tool-caller at 219-711 MB.
27