We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f422f39 commit 32cfcdeCopy full SHA for 32cfcde
docs/evaluation.md
@@ -93,6 +93,7 @@ python eval.py \
93
| **client.is_chat_model** | Indicates if the model follows a chat-based interface. | `True` |
94
| **client.generate_kwargs.temperature** | Temperature for model response randomness. | `0.0` |
95
| **client.alternate_roles** | If True the instruction prompt will be fused with first observation. Required by some LLMs. | `False` |
96
+| **client.temperature** | If set to null will default to the API default temperature. Use a float from 0.0 to 1.0. otherwise. | `null` |
97
| **envs.names** | Dash-separated list of environments to evaluate, e.g., `nle-minihack`. | `babyai-babaisai-textworld-crafter-nle-minihack`|
98
99
0 commit comments