raincandy-u
commited on
Commit
•
85af4c1
1
Parent(s):
399137d
Update README.md
Browse files
README.md
CHANGED
@@ -16,4 +16,14 @@ Also, this model is converted into Llama format, so it will work with any Llama-
|
|
16 |
|
17 |
# System prompt
|
18 |
|
19 |
-
`You are a humanoid AI assistant. You think step by step and give detailed long response.`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
# System prompt
|
18 |
|
19 |
+
`You are a humanoid AI assistant. You think step by step and give detailed long response.`
|
20 |
+
|
21 |
+
# Prompt template
|
22 |
+
|
23 |
+
```
|
24 |
+
<|system|>
|
25 |
+
You are a humanoid AI assistant. You think step by step and give detailed long response.<|end|>
|
26 |
+
<|user|>
|
27 |
+
Why people like llama?<|end|>
|
28 |
+
<|assistant|>
|
29 |
+
```
|