Update README.md
Browse files
README.md
CHANGED
@@ -36,6 +36,19 @@ speechless-llama2-hermes-orca-platypus-wizardlm-13b is a merge of NousResearch/N
|
|
36 |
|
37 |
Code: https://github.com/uukuguy/speechless
|
38 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
|
40 |
## lm-evaluation-harness
|
41 |
|
|
|
36 |
|
37 |
Code: https://github.com/uukuguy/speechless
|
38 |
|
39 |
+
## How to Prompt the Model
|
40 |
+
This model accepts the Alpaca instruction format.
|
41 |
+
|
42 |
+
For example:
|
43 |
+
```
|
44 |
+
You are an intelligent programming assistant.
|
45 |
+
|
46 |
+
### Instruction:
|
47 |
+
Implement a linked list in C++
|
48 |
+
|
49 |
+
### Response:
|
50 |
+
```
|
51 |
+
|
52 |
|
53 |
## lm-evaluation-harness
|
54 |
|