Browse Source

remove old `templates`

deletemodels
Jeffrey Morgan 3 years ago
parent
commit
75e508e1d6
  1. 10
      server/templates/alpaca.prompt
  2. 5
      server/templates/falcon.prompt
  3. 5
      server/templates/gpt4.prompt
  4. 5
      server/templates/hermes.prompt
  5. 6
      server/templates/mpt.prompt
  6. 1
      server/templates/oasst.prompt
  7. 9
      server/templates/orca.prompt
  8. 2
      server/templates/qlora.prompt
  9. 4
      server/templates/tulu.prompt
  10. 2
      server/templates/ultralm.prompt
  11. 6
      server/templates/vicuna.prompt
  12. 7
      server/templates/wizardcoder.prompt
  13. 3
      server/templates/wizardlm.prompt

10
server/templates/alpaca.prompt

@ -1,10 +0,0 @@
{{- if not .Context }}
Below is an instruction that describes a task. Write a response that appropriately completes the request.
{{- end }}
### Instruction:
{{ .Prompt }}
### Response:

5
server/templates/falcon.prompt

@ -1,5 +0,0 @@
{{- if not .Context }}
A helpful assistant who helps the user with any questions asked.
{{- end }}
User: {{ .Prompt }}
Assistant:

5
server/templates/gpt4.prompt

@ -1,5 +0,0 @@
### Instruction:
{{ .Prompt }}
### Response:

5
server/templates/hermes.prompt

@ -1,5 +0,0 @@
### Instruction:
{{ .Prompt }}
### Response:

6
server/templates/mpt.prompt

@ -1,6 +0,0 @@
{{- if not .Context }}
Below is an instruction that describes a task. Write a response that appropriately completes the request. Be concise. Once the request is completed, include no other text.
{{- end }}
### Instruction:
{{ .Prompt }}
### Response:

1
server/templates/oasst.prompt

@ -1 +0,0 @@
{{ .Prompt }}

9
server/templates/orca.prompt

@ -1,9 +0,0 @@
{{- if not .Context }}
### System:
You are an AI assistant that follows instruction extremely well. Help as much as you can.
{{- end }}
### User:
{{ .Prompt }}
### Response:

2
server/templates/qlora.prompt

@ -1,2 +0,0 @@
### Human: {{ .Prompt }}
### Assistant:

4
server/templates/tulu.prompt

@ -1,4 +0,0 @@
{{ .Prompt }}

2
server/templates/ultralm.prompt

@ -1,2 +0,0 @@
USER: {{ .Prompt }}
ASSISTANT:

6
server/templates/vicuna.prompt

@ -1,6 +0,0 @@
{{ if not .Context }}
A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions.
{{- end }}
USER: {{ .Prompt }}
ASSISTANT:

7
server/templates/wizardcoder.prompt

@ -1,7 +0,0 @@
{{- if not .Context }}
Below is an instruction that describes a task. Write a response that appropriately completes the request
{{- end }}
### Instruction: {{ .Prompt }}
### Response:

3
server/templates/wizardlm.prompt

@ -1,3 +0,0 @@
{{ .Prompt }}
### Response:
Loading…
Cancel
Save