pacozaa commited on
Commit
c7320bc
1 Parent(s): 1e00f32

Upload Modelfile with huggingface_hub

Browse files
Files changed (1) hide show
  1. Modelfile +8 -3
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:{{ .System }}{{ end }}
 
7
 
8
- {{ if .Prompt }}### Input:{{ .Prompt }}{{ end }}
 
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