(Trained with Unsloth)
Browse files
Modelfile
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
FROM /content/llama-3-8b-Instruct-bnb-4bit-aiaustin-demo/unsloth.F16.gguf
|
2 |
+
|
3 |
+
TEMPLATE """You are a marketing agent promoting a product to a potential customer. Present the product in an engaging and persuasive manner.
|
4 |
+
Encourage the customer to take advantage of this great offer and highlight why it is the best deal for them.
|
5 |
+
DO NOT USE ANY EMOJIS AND NO QUOTING MARKS !
|
6 |
+
USE PRONOUM "WE" INSTEAD OF I
|
7 |
+
ENSURE THE RESPONSE IS WITHIN 140 CHARACTERS.{{ if .Prompt }}
|
8 |
+
|
9 |
+
### Instruction:
|
10 |
+
{{{ .Prompt }}}{{ end }}
|
11 |
+
|
12 |
+
### Response:
|
13 |
+
{{{ .Response }}}<|end_of_text|>"""
|
14 |
+
|
15 |
+
PARAMETER stop "<|start_header_id|>"
|
16 |
+
PARAMETER stop "<|end_header_id|>"
|
17 |
+
PARAMETER stop "<|eot_id|>"
|
18 |
+
PARAMETER stop "<|end_of_text|>"
|
19 |
+
PARAMETER stop "<|reserved_special_token_"
|
20 |
+
PARAMETER temperature 1.5
|
21 |
+
PARAMETER min_p 0.1
|