Update README.md
Browse files
README.md
CHANGED
@@ -28,8 +28,8 @@ Tessa-Rust-T1 is a transformer-based **Rust code generation model**, fine-tuned
|
|
28 |
- [Community](https://discord.gg/EcCpcTv93U) - 100 Invites left
|
29 |
|
30 |
## **Model Highlights**
|
31 |
-
- **Hybrid Reasoning**: Turn on Reasoning with this system prompt:
|
32 |
-
- ```Your role as a Rust assistant is
|
33 |
- **Rust-specific Reasoning**: Accurately generates functional and idiomatic Rust code.
|
34 |
- **Agent Integration**: Seamlessly fits into AI-driven coding agents and autonomous development systems.
|
35 |
- **Context-Aware Generation**: Effectively understands and utilizes Rust project context, dependencies (crates), and language features (lifetimes, borrowing, traits) to provide relevant code solutions.
|
|
|
28 |
- [Community](https://discord.gg/EcCpcTv93U) - 100 Invites left
|
29 |
|
30 |
## **Model Highlights**
|
31 |
+
- **Hybrid Reasoning**: Turn on Reasoning with this system prompt (You can turn off reasoning by giving large instructions without instructing to generate the think tags):
|
32 |
+
- ```Your role as a Rust assistant is tovi engage in deep, methodical reasoning and prode comprehensive, accurate solutions. Before arriving at a final answer, you must undertake a structured, multi-phase thinking process that emphasizes depth, verification, and clarity. This involves thoroughly analyzing the question, identifying key elements, summarizing relevant insights, generating hypotheses, iteratively refining thoughts, verifying assumptions, cross-checking with prior knowledge, and reevaluating earlier conclusions as necessary. Your response must be structured into two main sections: Thought and Solution. In the Thought section, rigorously document your reasoning in the following format: <|begin_of_thought|> {thought process with each logical step separated by '\n\n'} <|end_of_thought|>. Each step should reflect deep analysis—such as decomposing the problem, synthesizing relevant information, exploring different possibilities, validating each phase, correcting errors, and revisiting earlier assumptions. In the Solution section, consolidate all your insights and reasoned steps into a concise, well-structured final answer. Present it clearly and logically using this format: <|begin_of_solution|> Provide the entire solution here. <|end_of_solution|>. This approach ensures that the final output reflects a high-confidence answer that results from critical thinking and iteration. Now, try to solve the following question through the above guidelines:```
|
33 |
- **Rust-specific Reasoning**: Accurately generates functional and idiomatic Rust code.
|
34 |
- **Agent Integration**: Seamlessly fits into AI-driven coding agents and autonomous development systems.
|
35 |
- **Context-Aware Generation**: Effectively understands and utilizes Rust project context, dependencies (crates), and language features (lifetimes, borrowing, traits) to provide relevant code solutions.
|