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