doubledsbv commited on
Commit
0bba440
·
verified ·
1 Parent(s): 6a8e86c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -168,7 +168,9 @@ def create_test_prompts(lora_path: str) -> list[tuple[str, SamplingParams, Optio
168
  max_tokens=1024), None),
169
 
170
  ("Create a Markdown table comparing SHA‑256, BLAKE3, and SHA‑3 with columns: internal structure, block size, and throughput.",
171
- SamplingParams(temperature=0.0,
 
 
172
  logprobs=1,
173
  prompt_logprobs=1,
174
  max_tokens=4096),
 
168
  max_tokens=1024), None),
169
 
170
  ("Create a Markdown table comparing SHA‑256, BLAKE3, and SHA‑3 with columns: internal structure, block size, and throughput.",
171
+ SamplingParams(temperature=0.6,
172
+ top_p=0.95,
173
+ top_k=20,
174
  logprobs=1,
175
  prompt_logprobs=1,
176
  max_tokens=4096),