feat(notebook): add reasoning capabilities cookbook#248
Open
abdelhadi703 wants to merge 2 commits intomistralai:mainfrom
Open
feat(notebook): add reasoning capabilities cookbook#248abdelhadi703 wants to merge 2 commits intomistralai:mainfrom
abdelhadi703 wants to merge 2 commits intomistralai:mainfrom
Conversation
Author
|
Hi @mistralai/team, Bumping this PR for review. It adds a practical notebook demonstrating reasoning capabilities with Mistral models. Let me know if you'd like any changes. Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add a new cookbook notebook demonstrating Mistral's reasoning capabilities using the Magistral models (
magistral-small-latest,magistral-medium-latest).The cookbook currently has no notebook dedicated to reasoning or chain-of-thought prompting. This notebook fills that gap by providing practical, runnable examples.
What's included
thinkingblocks fromtextblocks in Magistral responsesmagistral-medium-latestvsmistral-large-lateston the same problemprompt_modeparameter: How to control reasoning behavior with custom system promptsTechnical details
mistralai==1.12.4(pinned version)os.environ.get("MISTRAL_API_KEY"))prompting_capabilities.ipynb)Files changed
mistral/reasoning/reasoning_capabilities.ipynb(new)README.md(added entry to Main Notebooks table)