teddylee777
commited on
Commit
•
d55777c
1
Parent(s):
46026d7
Update README.md
Browse files
README.md
CHANGED
@@ -20,6 +20,30 @@ language:
|
|
20 |
{Assistant}
|
21 |
```
|
22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
## Stop Token
|
24 |
|
25 |
```
|
|
|
20 |
{Assistant}
|
21 |
```
|
22 |
|
23 |
+
### LM Studio Demo
|
24 |
+
|
25 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/649d86964ee9d3611f71f39e/oBr-a6-hf0frsKwtDDafL.png)
|
26 |
+
|
27 |
+
|
28 |
+
## Ollama Template
|
29 |
+
|
30 |
+
```
|
31 |
+
TEMPLATE """{{- if .System }}<|start_header_id|>system<|end_header_id|>
|
32 |
+
{{ .System }}
|
33 |
+
<|eot_id|>
|
34 |
+
{{- end }}
|
35 |
+
|
36 |
+
<|start_header_id|>B<|end_header_id|>
|
37 |
+
{{ .Prompt }}
|
38 |
+
<|eot_id|>
|
39 |
+
<|start_header_id|>A<|end_header_id|>
|
40 |
+
"""
|
41 |
+
```
|
42 |
+
|
43 |
+
### Ollama DEMO
|
44 |
+
|
45 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/649d86964ee9d3611f71f39e/fed4vqNcjQPW3WuzPjgKv.png)
|
46 |
+
|
47 |
## Stop Token
|
48 |
|
49 |
```
|