BrokenCompute commited on
Commit
efb0e75
·
verified ·
1 Parent(s): 9f10e60

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -42,7 +42,6 @@ Its abstention tracks difficulty: it declines more as questions get harder, and
42
  - **Sampler:** `top_k 40`, `top_p 0.95`, `min_p 0.05`, `repeat_penalty 1.1`.
43
  - **Temperature:** minimal impact — tested across the full `0.2–1.0` range with little behavioral change, so anything in that band is fine.
44
  - **Quantization:** `BF16` for best calibration; `Q4_K_M` (~2.7 GB) runs on 8 GB GPUs and abstains slightly more.
45
- - **Context:** trained at max-seq 4096.
46
 
47
  Formats in this repo:
48
  - **`safetensors`** (merged bf16, ~8 GB) — for 🤗 Transformers / vLLM.
 
42
  - **Sampler:** `top_k 40`, `top_p 0.95`, `min_p 0.05`, `repeat_penalty 1.1`.
43
  - **Temperature:** minimal impact — tested across the full `0.2–1.0` range with little behavioral change, so anything in that band is fine.
44
  - **Quantization:** `BF16` for best calibration; `Q4_K_M` (~2.7 GB) runs on 8 GB GPUs and abstains slightly more.
 
45
 
46
  Formats in this repo:
47
  - **`safetensors`** (merged bf16, ~8 GB) — for 🤗 Transformers / vLLM.