Update README.md
Browse files
README.md
CHANGED
|
@@ -60,7 +60,7 @@ Bringing advanced AI capabilities to resource-constrained environments.
|
|
| 60 |
### Recommended Settings
|
| 61 |
|
| 62 |
We recommend deploying with the following best practices:
|
| 63 |
-
- System Prompt: Use our provided [system prompt](https://huggingface.co/mistralai/Ministral-3-8B-Reasoning-2512/blob/main/SYSTEM_PROMPT.txt), and append it to your custom system
|
| 64 |
- Multi-turn Traces: We highly recommend keeping the reasoning traces in context.
|
| 65 |
- Sampling Parameters: Use a **temperature of 0.7** for most environments ; Different temperatures may be explored for different use cases - developers are encouraged to experiment with alternative settings.
|
| 66 |
- 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.
|
|
|
|
| 60 |
### Recommended Settings
|
| 61 |
|
| 62 |
We recommend deploying with the following best practices:
|
| 63 |
+
- System Prompt: Use our provided [system prompt](https://huggingface.co/mistralai/Ministral-3-8B-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.
|
| 64 |
- Multi-turn Traces: We highly recommend keeping the reasoning traces in context.
|
| 65 |
- Sampling Parameters: Use a **temperature of 0.7** for most environments ; Different temperatures may be explored for different use cases - developers are encouraged to experiment with alternative settings.
|
| 66 |
- 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.
|