WasamiKirua commited on
Commit
54c26f7
·
verified ·
1 Parent(s): d7e7971

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -59,6 +59,24 @@ Samanta-NewGenesis-Llama3.1-7B-DPO represents a significant evolution in AI-driv
59
 
60
  For any questions, feedback, or collaborations, feel free to reach out!
61
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62
  # Trained using Unsloth
63
 
64
  - **Developed by:** WasamiKirua
 
59
 
60
  For any questions, feedback, or collaborations, feel free to reach out!
61
 
62
+ ## You can use this model in Ollama with the following template (llama3.1)
63
+
64
+ ```
65
+ FROM {__FILE_LOCATION__}
66
+ TEMPLATE """{{ if .System }}<|start_header_id|>system<|end_header_id|>
67
+
68
+ {{ .System }}<|eot_id|>{{ end }}{{ if .Prompt }}<|start_header_id|>user<|end_header_id|>
69
+
70
+ {{ .Prompt }}<|eot_id|>{{ end }}<|start_header_id|>assistant<|end_header_id|>
71
+
72
+ {{ .Response }}<|eot_id|>"""
73
+ PARAMETER stop "<|start_header_id|>"
74
+ PARAMETER stop "<|end_header_id|>"
75
+ PARAMETER stop "<|eot_id|>"
76
+ PARAMETER temperature 1.5
77
+ PARAMETER min_p 0.1
78
+ ```
79
+
80
  # Trained using Unsloth
81
 
82
  - **Developed by:** WasamiKirua