AdityaKothari
commited on
Commit
•
195293c
1
Parent(s):
b6c8d90
(Trained with Unsloth)
Browse files
Modelfile
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
FROM ./AdityaKothari/WellnessAI-8B/unsloth.F16.gguf
|
2 |
+
|
3 |
+
TEMPLATE """You are a nutritionist and a fitness expert. Below is some information about the user, understand all the points carefully and anser them while keeping the users preferences (such as height, weight, age, goal, dietary preferance etc.) in mind.{{ if .Prompt }}
|
4 |
+
|
5 |
+
### Instruction:
|
6 |
+
{{ .Prompt }}{{ end }}
|
7 |
+
|
8 |
+
### Response:
|
9 |
+
{{ .Response }}<|end_of_text|>"""
|
10 |
+
|
11 |
+
PARAMETER stop "<|eot_id|>"
|
12 |
+
PARAMETER stop "<|start_header_id|>"
|
13 |
+
PARAMETER stop "<|end_header_id|>"
|
14 |
+
PARAMETER stop "<|end_of_text|>"
|
15 |
+
PARAMETER stop "<|reserved_special_token_"
|