WizardLM commited on
Commit
5aaed74
1 Parent(s): 9fe34a5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -16
README.md CHANGED
@@ -36,30 +36,20 @@ license: llama2
36
 
37
  **Default version:**
38
 
39
- ```
40
- Below is an instruction that describes a task. Write a response that appropriately completes the request.
41
-
42
-
43
- ### Instruction:
44
- {instruction}
45
-
46
 
47
- ### Response:
48
  ```
49
-
50
- ## CoT Version:
51
- (❗For the **simple** math questions, we do **NOT** recommend to use the CoT prompt.)
52
-
53
  ```
54
- Below is an instruction that describes a task. Write a response that appropriately completes the request.
55
 
56
 
57
- ### Instruction:
58
- {instruction}
59
 
60
 
61
- ### Response: Let's think step by step.
62
  ```
 
 
 
63
 
64
  ❗<b>To commen concern about dataset:</b>
65
 
 
36
 
37
  **Default version:**
38
 
39
+ **Default version:**
 
 
 
 
 
 
40
 
 
41
  ```
42
+ "Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\n{instruction}\n\n### Response:"
 
 
 
43
  ```
 
44
 
45
 
46
+ **CoT Version:** (❗For the **simple** math questions, we do NOT recommend to use the CoT prompt.)
 
47
 
48
 
 
49
  ```
50
+ "Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\n{instruction}\n\n### Response: Let's think step by step."
51
+ ```
52
+
53
 
54
  ❗<b>To commen concern about dataset:</b>
55