teowu commited on
Commit
cc64525
·
verified ·
1 Parent(s): 7a3c132

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -65,8 +65,9 @@ The model adopts an MoE language model, a native-resolution visual encoder (Moon
65
 
66
  > [!Note]
67
  > Recommended parameter settings:
68
- > - For **Thinking models**, it is recommended to use `Temperature = 0.6`.
69
- > - For **Instruct models**, it is recommended to use `Temperature = 0.2`.
 
70
 
71
  ## Performance
72
 
 
65
 
66
  > [!Note]
67
  > Recommended parameter settings:
68
+ > - For **Thinking models**, it is recommended to use `Temperature = 0.8`.
69
+ > - For **Instruct models**, it is recommended to use `Temperature = 0.2`.
70
+ > - Greedy sampling (`Temperature = 0.0`) is okay for non-thinking (instruct) models (aligned with our evaluation setting).
71
 
72
  ## Performance
73