Update README.md
Browse files
README.md
CHANGED
|
@@ -58,7 +58,7 @@ Bringing advanced AI capabilities to most environments.
|
|
| 58 |
### Recommended Settings
|
| 59 |
|
| 60 |
We recommend deploying with the following best practices:
|
| 61 |
-
- System Prompt: Use our provided [system prompt](https://huggingface.co/mistralai/Ministral-3-14B-Reasoning-2512/blob/main/SYSTEM_PROMPT.txt), and append it to your custom system
|
| 62 |
- Multi-turn Traces: We highly recommend keeping the reasoning traces in context.
|
| 63 |
- Sampling Parameters: Use a **temperature of 1** for most environments ; Different temperatures may be explored for different use cases - developers are encouraged to experiment with alternative settings.
|
| 64 |
- Tools: Keep the set of tools well-defined and limit their number to the minimum required for the use case - Avoiding overloading the model with an excessive number of tools.
|
|
|
|
| 58 |
### Recommended Settings
|
| 59 |
|
| 60 |
We recommend deploying with the following best practices:
|
| 61 |
+
- System Prompt: Use our provided [system prompt](https://huggingface.co/mistralai/Ministral-3-14B-Reasoning-2512/blob/main/SYSTEM_PROMPT.txt), and append it to your custom system prompt to define a clear environment and use case, including guidance on how to effectively leverage tools in agentic systems.
|
| 62 |
- Multi-turn Traces: We highly recommend keeping the reasoning traces in context.
|
| 63 |
- Sampling Parameters: Use a **temperature of 1** for most environments ; Different temperatures may be explored for different use cases - developers are encouraged to experiment with alternative settings.
|
| 64 |
- Tools: Keep the set of tools well-defined and limit their number to the minimum required for the use case - Avoiding overloading the model with an excessive number of tools.
|