(Trained with Unsloth)
Browse files
Modelfile
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
FROM /content/Volko76/Qwen2.5-0.5B-Instruct-French-LoRa-GGUF/unsloth.F16.gguf
|
2 |
+
|
3 |
+
TEMPLATE """Below are some instructions that describe some tasks. Write responses that appropriately complete each request.{{ if .Prompt }}
|
4 |
+
|
5 |
+
### Instruction:
|
6 |
+
{{ .Prompt }}{{ end }}
|
7 |
+
|
8 |
+
### Response:
|
9 |
+
{{ .Response }}<|im_end|>"""
|
10 |
+
|
11 |
+
PARAMETER stop "<|quad_end|>"
|
12 |
+
PARAMETER stop "<|object_ref_end|>"
|
13 |
+
PARAMETER stop "<|box_start|>"
|
14 |
+
PARAMETER stop "<|repo_name|>"
|
15 |
+
PARAMETER stop "<tool_call>"
|
16 |
+
PARAMETER stop "<|endoftext|>"
|
17 |
+
PARAMETER stop "<|object_ref_start|>"
|
18 |
+
PARAMETER stop "<|im_start|>"
|
19 |
+
PARAMETER stop "<|file_sep|>"
|
20 |
+
PARAMETER stop "<|quad_start|>"
|
21 |
+
PARAMETER stop "<|image_pad|>"
|
22 |
+
PARAMETER stop "<|PAD_TOKEN|>"
|
23 |
+
PARAMETER stop "</tool_call>"
|
24 |
+
PARAMETER stop "<|video_pad|>"
|
25 |
+
PARAMETER stop "<|box_end|>"
|
26 |
+
PARAMETER stop "<|im_end|>"
|
27 |
+
PARAMETER stop "<|vision_"
|
28 |
+
PARAMETER stop "<|fim_"
|
29 |
+
PARAMETER temperature 1.5
|
30 |
+
PARAMETER min_p 0.1
|