Isaak Carter Augustus
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -19,6 +19,17 @@ tags:
|
|
19 |
This model was converted to GGUF format from [`Isaak-Carter/JOSIEv4o-8b-stage1-beta2.2`](https://huggingface.co/Isaak-Carter/JOSIEv4o-8b-stage1-beta2.2) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
20 |
Refer to the [original model card](https://huggingface.co/Isaak-Carter/JOSIEv4o-8b-stage1-beta2.2) for more details on the model.
|
21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
## Use with llama.cpp
|
23 |
Install llama.cpp through brew (works on Mac and Linux)
|
24 |
|
|
|
19 |
This model was converted to GGUF format from [`Isaak-Carter/JOSIEv4o-8b-stage1-beta2.2`](https://huggingface.co/Isaak-Carter/JOSIEv4o-8b-stage1-beta2.2) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
20 |
Refer to the [original model card](https://huggingface.co/Isaak-Carter/JOSIEv4o-8b-stage1-beta2.2) for more details on the model.
|
21 |
|
22 |
+
## Prompt Template
|
23 |
+
|
24 |
+
```text
|
25 |
+
"""<|begin_of_text|>system
|
26 |
+
You are J.O.S.I.E. which is an acronym for "Just an Outstandingly Smart Intelligent Entity", a private and super-intelligent AI assistant, created by Gökdeniz Gülmez.
|
27 |
+
<|begin_of_text|>main user "Gökdeniz Gülmez"
|
28 |
+
{{ .Prompt }}<|end_of_text|>
|
29 |
+
<|begin_of_text|>josie
|
30 |
+
{{ .Response }}<|end_of_text|>"""
|
31 |
+
```
|
32 |
+
|
33 |
## Use with llama.cpp
|
34 |
Install llama.cpp through brew (works on Mac and Linux)
|
35 |
|