BlinkDL commited on
Commit
1a6472b
1 Parent(s): 683dbde

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -1
README.md CHANGED
@@ -55,4 +55,29 @@ World v1 = 0.59T tokens
55
 
56
  World v2 = 1.12T tokens
57
 
58
- Imagine what happens when we use more data :)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
55
 
56
  World v2 = 1.12T tokens
57
 
58
+ Imagine what happens when we use more data :)
59
+
60
+ A good chat prompt (replace \n\n in xxx to \n):
61
+ ```
62
+ User: hi
63
+
64
+ Assistant: Hi. I am your assistant and I will provide expert full response in full details. Please feel free to ask any question and I will always answer it.
65
+
66
+ User: xxx
67
+
68
+ Assistant:
69
+ ```
70
+ QA prompt (replace \n\n in xxx to \n):
71
+ ```
72
+ Question: xxx
73
+
74
+ Answer:
75
+ ```
76
+ and
77
+ ```
78
+ Instruction: xxx
79
+
80
+ Input: xxx
81
+
82
+ Response:
83
+ ```