Update README.md
#5
by
Ziyang
- opened
README.md
CHANGED
|
@@ -77,3 +77,8 @@ model-index:
|
|
| 77 |
<p align="center" width="100%">
|
| 78 |
<a ><img src="https://raw.githubusercontent.com/nlpxucan/WizardLM/main/WizardCoder/imgs/compare_sota.png" alt="WizardCoder" style="width: 96%; min-width: 300px; display: block; margin: auto;"></a>
|
| 79 |
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 77 |
<p align="center" width="100%">
|
| 78 |
<a ><img src="https://raw.githubusercontent.com/nlpxucan/WizardLM/main/WizardCoder/imgs/compare_sota.png" alt="WizardCoder" style="width: 96%; min-width: 300px; display: block; margin: auto;"></a>
|
| 79 |
</p>
|
| 80 |
+
|
| 81 |
+
The Prompt should be as following:
|
| 82 |
+
```
|
| 83 |
+
"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\n{instruction}\n\n### Response:"
|
| 84 |
+
```
|