Update README.md (#1)
Browse files- Update README.md (9f41aaa56ff48c8538aabeb036a3f3e979fa306d)
Co-authored-by: WizardLM <[email protected]>
README.md
CHANGED
|
@@ -40,16 +40,23 @@ Multiple GPTQ parameter permutations are provided; see Provided Files below for
|
|
| 40 |
|
| 41 |
## Prompt template: Alpaca-CoT
|
| 42 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
```
|
| 44 |
-
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
| 45 |
|
| 46 |
|
| 47 |
-
|
| 48 |
-
{prompt}
|
| 49 |
|
| 50 |
|
| 51 |
-
### Response: Let's think step by step.
|
| 52 |
```
|
|
|
|
|
|
|
|
|
|
| 53 |
|
| 54 |
## Provided files and GPTQ parameters
|
| 55 |
|
|
|
|
| 40 |
|
| 41 |
## Prompt template: Alpaca-CoT
|
| 42 |
|
| 43 |
+
|
| 44 |
+
❗<b>Note for model system prompts usage:</b>
|
| 45 |
+
|
| 46 |
+
**Default version:**
|
| 47 |
+
|
| 48 |
+
```
|
| 49 |
+
"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\n{instruction}\n\n### Response:"
|
| 50 |
```
|
|
|
|
| 51 |
|
| 52 |
|
| 53 |
+
**CoT Version:** (❗For the **simple** math questions, we do NOT recommend to use the CoT prompt.)
|
|
|
|
| 54 |
|
| 55 |
|
|
|
|
| 56 |
```
|
| 57 |
+
"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."
|
| 58 |
+
```
|
| 59 |
+
|
| 60 |
|
| 61 |
## Provided files and GPTQ parameters
|
| 62 |
|