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

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -1,6 +1,7 @@
1
  ---
2
  license: apache-2.0
3
  base_model: Qwen/Qwen3.5-4B
 
4
  language:
5
  - en
6
  pipeline_tag: text-generation
@@ -42,6 +43,7 @@ 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
 
46
  Formats in this repo:
47
  - **`safetensors`** (merged bf16, ~8 GB) — for 🤗 Transformers / vLLM.
 
1
  ---
2
  license: apache-2.0
3
  base_model: Qwen/Qwen3.5-4B
4
+ library_name: transformers
5
  language:
6
  - en
7
  pipeline_tag: text-generation
 
43
  - **Sampler:** `top_k 40`, `top_p 0.95`, `min_p 0.05`, `repeat_penalty 1.1`.
44
  - **Temperature:** minimal impact — tested across the full `0.2–1.0` range with little behavioral change, so anything in that band is fine.
45
  - **Quantization:** `BF16` for best calibration; `Q4_K_M` (~2.7 GB) runs on 8 GB GPUs and abstains slightly more.
46
+ - **Context:** trained at max-seq 4096.
47
 
48
  Formats in this repo:
49
  - **`safetensors`** (merged bf16, ~8 GB) — for 🤗 Transformers / vLLM.