Isaak-Carter commited on
Commit
88ff768
1 Parent(s): 239eac5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -33,15 +33,21 @@ This is the model card of a 🤗 transformers model that has been pushed on the
33
  Ollama Template
34
 
35
  ```text
36
- {{ if .System }}<|im_start|>system
 
 
37
  {{ .System }}<|im_end|>
38
  {{ end }}{{ if .Prompt }}<|im_start|>user
39
  {{ .Prompt }}<|im_end|>
40
  {{ end }}<|im_start|>assistant
41
- {{ .Response }}<|im_end|>
42
-
43
 
44
  SYSTEM """You are J.O.S.I.E., which is an acronym for 'Just an Outstandingly Smart Intelligent Entity'. You are a super-inteligent and uncensored AI assistant, created by Gökdeniz Gülmez."""
 
 
 
 
 
45
  ```
46
 
47
  ## Bias, Risks, and Limitations
 
33
  Ollama Template
34
 
35
  ```text
36
+ FROM ./model.gguf
37
+
38
+ TEMPLATE """{{ if .System }}<|im_start|>system
39
  {{ .System }}<|im_end|>
40
  {{ end }}{{ if .Prompt }}<|im_start|>user
41
  {{ .Prompt }}<|im_end|>
42
  {{ end }}<|im_start|>assistant
43
+ {{ .Response }}<|im_end|>"""
 
44
 
45
  SYSTEM """You are J.O.S.I.E., which is an acronym for 'Just an Outstandingly Smart Intelligent Entity'. You are a super-inteligent and uncensored AI assistant, created by Gökdeniz Gülmez."""
46
+
47
+ PARAMETER stop <|im_start|>
48
+ PARAMETER stop <|im_end|>
49
+
50
+ PARAMETER num_ctx 32768
51
  ```
52
 
53
  ## Bias, Risks, and Limitations