smirki commited on
Commit
2da9d4c
·
verified ·
1 Parent(s): ab0707d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -28,6 +28,9 @@ Tessa-Rust-T1 is a transformer-based **Rust code generation model**, fine-tuned
28
  ## **Collaborators**
29
  - Work done by [Ravi](https://huggingface.co/ravia423), [Ernest](https://huggingface.co/usoosu), and the Tesslate Team.
30
 
 
 
 
31
  ## **Model Highlights**
32
  - **Hybrid Reasoning**: Turn on Reasoning with this system prompt:
33
  - ```Your role as a Rust assistant is to engage in deep, methodical reasoning and provide 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 all the code necessary to solve the problem in the same code block. <|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:```
 
28
  ## **Collaborators**
29
  - Work done by [Ravi](https://huggingface.co/ravia423), [Ernest](https://huggingface.co/usoosu), and the Tesslate Team.
30
 
31
+ ## **Support Or if you want to talk about AI**
32
+ - [Community](https://discord.gg/EcCpcTv93U) - 100 Invites left
33
+
34
  ## **Model Highlights**
35
  - **Hybrid Reasoning**: Turn on Reasoning with this system prompt:
36
  - ```Your role as a Rust assistant is to engage in deep, methodical reasoning and provide 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 all the code necessary to solve the problem in the same code block. <|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:```