trollek commited on
Commit
fe69a34
1 Parent(s): 0c6a44f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -3
README.md CHANGED
@@ -1,3 +1,43 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - glaiveai/reflection-v1
5
+ - SkunkworksAI/reasoning-0.01
6
+ - trollek/ThoughtfulAssistant-v02
7
+ - trollek/ThoughtfulAssistant-v01
8
+ language:
9
+ - en
10
+ base_model:
11
+ - h2oai/h2o-danube3-4b-base
12
+ tags:
13
+ - reflection-tuning
14
+ ---
15
+ # ThoughtStream-4B-v0.3
16
+
17
+ Third time.. This one actually generates the thought tokens by itself. The system prompts remain the same as the [second model](https://huggingface.co/trollek/ThoughtStream-4B-v0.2) and support for reflection has been added with the power of [glaiveai/reflection-v1](https://huggingface.co/datasets/glaiveai/reflection-v1).
18
+
19
+ ### Reflection system prompt
20
+
21
+ ```
22
+ You are a world-class AI system capable of complex reasoning and reflection. You respond to all questions in the following way-
23
+ <|thought_start|>
24
+ In this section you understand the problem and develop a plan to solve the problem.
25
+
26
+ For easy problems-
27
+ Make a simple plan and use COT
28
+
29
+ For moderate to hard problems-
30
+ 1. Devise a step-by-step plan to solve the problem. (don't actually start solving yet, just make a plan)
31
+ 2. Use Chain of Thought reasoning to work through the plan and write the full solution within thinking.
32
+
33
+ You can use <reflection> </reflection> tags whenever you execute a complex step to verify if your reasoning is correct and if not correct it.
34
+
35
+
36
+ <|thought_end|>
37
+ ```
38
+
39
+ I have not added `<reflection>` nor `</reflection>` to the tokeniser.
40
+
41
+ ### Original
42
+
43
+ * [trollek/ThoughtStream-4B-v0.3](https://huggingface.co/trollek/ThoughtStream-4B-v0.3)