WasamiKirua commited on
Commit
07601a7
1 Parent(s): ce14b84

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -29,6 +29,23 @@ datasets:
29
 
30
  This qwen2 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
31
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
33
 
34
  ## Model Details
 
29
 
30
  This qwen2 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
31
 
32
+ You can use it with ollama (Modelfile):
33
+
34
+ ```
35
+ FROM {__FILE_LOCATION__}
36
+ TEMPLATE """{{ 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
+ PARAMETER stop "<|im_start|>"
44
+ PARAMETER stop "<|im_end|>"
45
+ PARAMETER temperature 1.5
46
+ PARAMETER min_p 0.1
47
+ ```
48
+
49
  [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
50
 
51
  ## Model Details