WizardLM commited on
Commit
be3435e
1 Parent(s): 24834ac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -16
README.md CHANGED
@@ -37,29 +37,17 @@ license: llama2
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
 
 
37
  **Default version:**
38
 
39
  ```
40
+ "Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\n{instruction}\n\n### Response:"
41
+ ```
42
 
43
 
44
+ **CoT Version:** (❗For the **simple** math questions, we do NOT recommend to use the CoT prompt.)
 
45
 
46
 
 
47
  ```
48
+ "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."
 
 
 
49
  ```
 
 
50
 
 
 
 
 
 
 
51
 
52
  ❗<b>To commen concern about dataset:</b>
53