appvoid commited on
Commit
14b9e1b
1 Parent(s): 54719cf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -20,4 +20,17 @@ tags:
20
 
21
  fine-tuned on 20k samples from KingNish reasoning dataset
22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ![screenshot](https://huggingface.co/appvoid/arco-2-reasoning-20k/resolve/main/Screen%20Shot%202024-10-22%20at%203.08.18%20PM.png?download=true)
 
20
 
21
  fine-tuned on 20k samples from KingNish reasoning dataset
22
 
23
+ format is like the template in the dataset:
24
+
25
+ ```
26
+ <|im_start|>user
27
+ What is javascript?
28
+ <|im_end|>
29
+ <|im_start|>reasoning
30
+ I can answer directly to this question.
31
+ <|im_end|>
32
+ <|im_start|>assistant
33
+ That's a great question! JavaScript is a programming language that is commonly used to create interactive web pages and applications. It's known for its ability to create dynamic, interactive content and it's used by many web developers to create web pages, mobile applications, and more.
34
+ ```
35
+
36
  ![screenshot](https://huggingface.co/appvoid/arco-2-reasoning-20k/resolve/main/Screen%20Shot%202024-10-22%20at%203.08.18%20PM.png?download=true)