Xin Liu commited on
Commit ·
2fd6b06
1
Parent(s): b79de6a
Update
Browse filesSigned-off-by: Xin Liu <sam@secondstate.io>
README.md
CHANGED
|
@@ -36,16 +36,18 @@ quantized_by: Second State Inc.
|
|
| 36 |
|
| 37 |
```text
|
| 38 |
{system}
|
| 39 |
-
|
| 40 |
{question_1}
|
| 41 |
-
|
| 42 |
{answer_1}
|
| 43 |
<|EOT|>
|
| 44 |
-
|
| 45 |
{question_2}
|
| 46 |
-
|
| 47 |
```
|
| 48 |
|
|
|
|
|
|
|
| 49 |
- Run as LlamaEdge service
|
| 50 |
|
| 51 |
```bash
|
|
|
|
| 36 |
|
| 37 |
```text
|
| 38 |
{system}
|
| 39 |
+
\### Instruction:
|
| 40 |
{question_1}
|
| 41 |
+
\### Response:
|
| 42 |
{answer_1}
|
| 43 |
<|EOT|>
|
| 44 |
+
\### Instruction:
|
| 45 |
{question_2}
|
| 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
|