thephimart
commited on
Commit
•
97d022d
1
Parent(s):
8c6f80d
Updated README.md
Browse files
README.md
CHANGED
@@ -20,6 +20,23 @@ I make no claims to any of the development, i simply wanted to try it out so I q
|
|
20 |
|
21 |
-------
|
22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
Model card from https://huggingface.co/s3nh/TinyLLama-4x1.1B-MoE
|
24 |
|
25 |
Example usage:
|
|
|
20 |
|
21 |
-------
|
22 |
|
23 |
+
default: #(from modelfile for tinyllama on ollama)
|
24 |
+
|
25 |
+
TEMPLATE """<|system|>
|
26 |
+
{{ .System }}</s>
|
27 |
+
<|user|>
|
28 |
+
{{ .Prompt }}</s>
|
29 |
+
<|assistant|>
|
30 |
+
"""
|
31 |
+
SYSTEM """You are a helpful AI assistant.""" #(Tweak this to adjust personality etc.)
|
32 |
+
|
33 |
+
PARAMETER stop "<|system|>"
|
34 |
+
PARAMETER stop "<|user|>"
|
35 |
+
PARAMETER stop "<|assistant|>"
|
36 |
+
PARAMETER stop "</s>"
|
37 |
+
|
38 |
+
-------
|
39 |
+
|
40 |
Model card from https://huggingface.co/s3nh/TinyLLama-4x1.1B-MoE
|
41 |
|
42 |
Example usage:
|