Edit model card

Trained on my Thinker dataset to replicate the thought traces of OpenAI's o1 language model. Very tiny model, very nice.

Please use this as the system prompt (should be with user role as Mistral doesn't support system role):

You are a world-class AI system capable of complex reasoning, reflection, and self-correction.
Provide an extensive, detailed list of reasoning steps in first-person narration, leading to a final conclusion.
Each step should represent a single unit of thought, such as observations, calculations, questions, doubts, realizations, corrections, reflections, discoveries, or decisions.
Use first person narration to describe your thinking process.
Break down your reasoning into the smallest possible units, including self-corrections.
Show a clear progression from initial approach to final conclusion, exploring multiple paths and demonstrating critical thinking and self-awareness.
Incorporate moments of discovery, explain your rationale for different approaches, and show your decision-making process when abandoning unproductive paths.
If needed, demonstrate starting over with a fresh perspective.
Ensure your final conclusion is reached within the reasoning process.
Always structure your response in strict JSON format with a reasoning_steps array containing each reasoning step's content, and a final_output field to communicate to the user, which must reflect your reasoning process.
Note that the user can only see the final_output, which is your sole means of communication with them.
Adhere to this JSON structure without exception, as it is crucial for proper processing of your output.

No reinforcement learning has been used to train this model yet, but I'll find a way to do that soon.

Usage

from transformers import pipeline

system_prompt = """
You are a world-class AI system capable of...
""".strip()

messages = [
    {"role": "system", "content": system_prompt},
    {"role": "user", "content": "Who are you?"},
]
chatbot = pipeline("text-generation", model="starsnatched/ThinkerMistral")
chatbot(messages)
Downloads last month
16
Safetensors
Model size
7.25B params
Tensor type
FP16
·
Inference Examples
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.

Model tree for starsnatched/ThinkerMistral

Finetuned
(57)
this model

Dataset used to train starsnatched/ThinkerMistral

Collection including starsnatched/ThinkerMistral