Isaak-Carter commited on
Commit
88fd7e5
1 Parent(s): cef57f1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -19,6 +19,23 @@ 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
+ ## Use in ollama
23
+
24
+ ```shell
25
+ ollama run goekdenizguelmez/j.o.s.i.e.v4o-8b-stage1-beta2.2
26
+ ```
27
+
28
+ ## Prompt Template
29
+
30
+ ```text
31
+ """<|begin_of_text|>system
32
+ 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.
33
+ <|begin_of_text|>main user "Gökdeniz Gülmez"
34
+ {{ .Prompt }}<|end_of_text|>
35
+ <|begin_of_text|>josie
36
+ {{ .Response }}<|end_of_text|>"""
37
+ ```
38
+
39
  ## Use with llama.cpp
40
  Install llama.cpp through brew (works on Mac and Linux)
41