Xin Liu
commited on
Commit
·
96ac88c
1
Parent(s):
59c5f9c
Update
Browse filesSigned-off-by: Xin Liu <[email protected]>
README.md
CHANGED
@@ -40,12 +40,14 @@ quantized_by: Second State Inc.
|
|
40 |
```text
|
41 |
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
42 |
|
43 |
-
|
44 |
{instruction}
|
45 |
|
46 |
-
|
47 |
```
|
48 |
|
|
|
|
|
49 |
- Run as LlamaEdge service
|
50 |
|
51 |
```bash
|
|
|
40 |
```text
|
41 |
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
42 |
|
43 |
+
\### Instruction:
|
44 |
{instruction}
|
45 |
|
46 |
+
\### Response:
|
47 |
```
|
48 |
|
49 |
+
**Note that the \ character is used to escape the ### in the prompt string. Remove it in the practical use.**
|
50 |
+
|
51 |
- Run as LlamaEdge service
|
52 |
|
53 |
```bash
|