DaertML commited on
Commit
ab72275
1 Parent(s): 8c0e08f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -9,7 +9,9 @@ models that can correct mistakes following user feedback in a multi-turn interac
9
 
10
  Finetuned using LLaMAFactory.
11
 
12
- Examples:
 
 
13
  Q: Calculate the length of the circle with radius 3
14
  A: Given the radius (r) of the circle:
15
  r = 3
@@ -39,6 +41,9 @@ A: Area of a square = 4 * side^2
39
 
40
  So, the area of the square is 4 * 4 = 16 square units.
41
 
 
 
 
42
  ---
43
  datasets:
44
  - TIGER-Lab/MathInstruct
 
9
 
10
  Finetuned using LLaMAFactory.
11
 
12
+ Set the "system prompt" for llama2 to have the problem, do not communicate with the model over "input" field, only talk to it giving the whole thing as a system prompt, even further interactions.
13
+
14
+ ## Examples:
15
  Q: Calculate the length of the circle with radius 3
16
  A: Given the radius (r) of the circle:
17
  r = 3
 
41
 
42
  So, the area of the square is 4 * 4 = 16 square units.
43
 
44
+ -------------------------
45
+
46
+
47
  ---
48
  datasets:
49
  - TIGER-Lab/MathInstruct