mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-14 09:47:02 +00:00
8
python/ollama/templates/alpaca.prompt
Normal file
8
python/ollama/templates/alpaca.prompt
Normal file
@@ -0,0 +1,8 @@
|
||||
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
||||
|
||||
### Instruction:
|
||||
{{ prompt }}
|
||||
|
||||
### Response:
|
||||
|
||||
|
||||
3
python/ollama/templates/falcon.prompt
Normal file
3
python/ollama/templates/falcon.prompt
Normal file
@@ -0,0 +1,3 @@
|
||||
A helpful assistant who helps the user with any questions asked.
|
||||
User: {{ prompt }}
|
||||
Assistant:
|
||||
5
python/ollama/templates/gpt4.prompt
Normal file
5
python/ollama/templates/gpt4.prompt
Normal file
@@ -0,0 +1,5 @@
|
||||
### Instruction:
|
||||
{{ prompt }}
|
||||
|
||||
### Response:
|
||||
|
||||
5
python/ollama/templates/hermes.prompt
Normal file
5
python/ollama/templates/hermes.prompt
Normal file
@@ -0,0 +1,5 @@
|
||||
### Instruction:
|
||||
{{ prompt }}
|
||||
|
||||
### Response:
|
||||
|
||||
4
python/ollama/templates/mpt.prompt
Normal file
4
python/ollama/templates/mpt.prompt
Normal file
@@ -0,0 +1,4 @@
|
||||
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.
|
||||
### Instruction:
|
||||
{{ prompt }}
|
||||
### Response:
|
||||
1
python/ollama/templates/oasst.prompt
Normal file
1
python/ollama/templates/oasst.prompt
Normal file
@@ -0,0 +1 @@
|
||||
{{ prompt }}
|
||||
7
python/ollama/templates/orca.prompt
Normal file
7
python/ollama/templates/orca.prompt
Normal file
@@ -0,0 +1,7 @@
|
||||
### System:
|
||||
You are an AI assistant that follows instruction extremely well. Help as much as you can.
|
||||
|
||||
### User:
|
||||
{{ prompt }}
|
||||
|
||||
### Response:
|
||||
2
python/ollama/templates/qlora.prompt
Normal file
2
python/ollama/templates/qlora.prompt
Normal file
@@ -0,0 +1,2 @@
|
||||
### Human: {{ prompt }}
|
||||
### Assistant:
|
||||
4
python/ollama/templates/tulu.prompt
Normal file
4
python/ollama/templates/tulu.prompt
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
{{ prompt }}
|
||||
|
||||
|
||||
2
python/ollama/templates/ultralm.prompt
Normal file
2
python/ollama/templates/ultralm.prompt
Normal file
@@ -0,0 +1,2 @@
|
||||
USER: {{ prompt }}
|
||||
ASSISTANT:
|
||||
4
python/ollama/templates/vicuna.prompt
Normal file
4
python/ollama/templates/vicuna.prompt
Normal file
@@ -0,0 +1,4 @@
|
||||
A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions.
|
||||
|
||||
USER: {{ prompt }}
|
||||
ASSISTANT:
|
||||
5
python/ollama/templates/wizardcoder.prompt
Normal file
5
python/ollama/templates/wizardcoder.prompt
Normal file
@@ -0,0 +1,5 @@
|
||||
Below is an instruction that describes a task. Write a response that appropriately completes the request
|
||||
|
||||
### Instruction: {{ prompt }}
|
||||
|
||||
### Response:
|
||||
2
python/ollama/templates/wizardlm.prompt
Normal file
2
python/ollama/templates/wizardlm.prompt
Normal file
@@ -0,0 +1,2 @@
|
||||
{{ prompt }}
|
||||
### Response:
|
||||
Reference in New Issue
Block a user