Update README.md
Browse files
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.
|
|
|
|
|
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),
|