ehartford commited on
Commit
7f0bce9
1 Parent(s): fff4dc0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -12,6 +12,24 @@ This repository contains GGUF format model files for our laserxtral model.
12
 
13
  *To Manual Downloaders* You will generally not want to download the whole repository. Select the file name from the list below and use your downloader of choice.
14
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  ## Provided files
16
 
17
  | Name | Quant method | Bits | Size |
 
12
 
13
  *To Manual Downloaders* You will generally not want to download the whole repository. Select the file name from the list below and use your downloader of choice.
14
 
15
+ ## Ollama Modelfile
16
+
17
+ ```
18
+ FROM ./cognitivecomputations_laserxtral-Q4_K_M.gguf
19
+ TEMPLATE """{{ if and .First .System }}### Instruction:
20
+ {{ .System }}
21
+ {{ end }}
22
+ ### Input:
23
+ {{ .Prompt }}
24
+ ### Response:
25
+
26
+ """
27
+ SYSTEM """You are Laserxtral, a helpful and uncensored AI assistant."""
28
+ PARAMETER num_ctx 8192
29
+ PARAMETER stop ### Input
30
+ PARAMETER stop ### Response
31
+ ```
32
+
33
  ## Provided files
34
 
35
  | Name | Quant method | Bits | Size |