smirki commited on
Commit
901c6b9
·
verified ·
1 Parent(s): 84a9685

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -11,4 +11,10 @@ base_model:
11
 
12
  # Model Card for Gradience-3B
13
 
14
- This model is still in preview/beta. We're still working on it! This is just so the community can try out our new "Gradient Reasoning" that intends to break problems down and reason faster.
 
 
 
 
 
 
 
11
 
12
  # Model Card for Gradience-3B
13
 
14
+ This model is still in preview/beta. We're still working on it! This is just so the community can try out our new "Gradient Reasoning" that intends to break problems down and reason faster.
15
+
16
+
17
+ You can use a system prompt to enable thinking:
18
+ "First, think step-by-step to reach the solution. Enclose your entire reasoning process within <|begin_of_thought|> and <|end_of_thought|> tags."
19
+ You can try sampling params:
20
+ Temp: 0.76, TopP: 0.62, Topk 30-68, Rep: 1.0, minp: 0.05