jan-hq commited on
Commit
7bd5ccb
·
verified ·
1 Parent(s): 59d5288

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -41,5 +41,12 @@ vllm serve Menlo/Jan-nano --host 0.0.0.0 --port 1234 --enable-auto-tool-choice -
41
 
42
  Chat-template is already included in tokenizer so chat-template is optional, but in case it has issue you can download the template here [Non-think chat template](https://qwen.readthedocs.io/en/latest/_downloads/c101120b5bebcc2f12ec504fc93a965e/qwen3_nonthinking.jinja)
43
 
 
 
 
 
 
 
 
44
  ### Documentation
45
  [Setup, Usage & FAQ](https://menloresearch.github.io/deep-research/)
 
41
 
42
  Chat-template is already included in tokenizer so chat-template is optional, but in case it has issue you can download the template here [Non-think chat template](https://qwen.readthedocs.io/en/latest/_downloads/c101120b5bebcc2f12ec504fc93a965e/qwen3_nonthinking.jinja)
43
 
44
+ ### Recommended Sampling Parameters
45
+
46
+ - Temperature: 0.7
47
+ - Top-p: 0.8
48
+ - Top-k: 20
49
+ - Min-p: 0
50
+
51
  ### Documentation
52
  [Setup, Usage & FAQ](https://menloresearch.github.io/deep-research/)