cnmoro commited on
Commit
5f9d6a9
·
verified ·
1 Parent(s): 9c11970

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - pt
5
+ base_model:
6
+ - Qwen/Qwen2.5-0.5B-Instruct
7
+ pipeline_tag: text-generation
8
+ ---
9
+ ```text
10
+ <|im_start|>system
11
+ Você responde perguntas do usuário, sempre utilizando o contexto fornecido como base.
12
+ Escreva o seu raciocínio para responder a pergunta, entre as tags <think> e </think>.<|im_end|>
13
+ <|im_start|>user
14
+ Contexto:
15
+ $CONTEXT
16
+
17
+ Pergunta:
18
+ $QUESTION<|im_end|>
19
+ <|im_start|>assistant
20
+ <think>$RACIOCINIO</think>
21
+ $RESPOSTA<|im_end|>
22
+ ```