Upload Modelfile with huggingface_hub
Browse files
Modelfile
CHANGED
|
@@ -3,12 +3,17 @@ ADAPTER ./ggml-adapter-model.bin
|
|
| 3 |
TEMPLATE """Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.
|
| 4 |
|
| 5 |
|
| 6 |
-
{{ if .System }}### Instruction:
|
|
|
|
| 7 |
|
| 8 |
-
{{ if .Prompt }}### Input:
|
|
|
|
| 9 |
|
| 10 |
### Response:
|
| 11 |
"""
|
| 12 |
SYSTEM """Continue the fibonnaci sequence."""
|
| 13 |
-
PARAMETER stop ### Response:
|
|
|
|
|
|
|
|
|
|
| 14 |
PARAMETER num_predict 200
|
|
|
|
| 3 |
TEMPLATE """Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.
|
| 4 |
|
| 5 |
|
| 6 |
+
{{ if .System }}### Instruction:
|
| 7 |
+
{{ .System }}{{ end }}
|
| 8 |
|
| 9 |
+
{{ if .Prompt }}### Input:
|
| 10 |
+
{{ .Prompt }}{{ end }}
|
| 11 |
|
| 12 |
### Response:
|
| 13 |
"""
|
| 14 |
SYSTEM """Continue the fibonnaci sequence."""
|
| 15 |
+
PARAMETER stop "### Response:"
|
| 16 |
+
PARAMETER stop "### Instruction:"
|
| 17 |
+
PARAMETER stop "### Input:"
|
| 18 |
+
PARAMETER stop "Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request."
|
| 19 |
PARAMETER num_predict 200
|