📖 Add prompt-templates examples (#25)

Signed-off-by: mudler <mudler@c3os.io>
add/first-example
Ettore Di Giacinto 1 year ago committed by GitHub
parent b062f3142b
commit 1370b4482f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md
  2. 6
      prompt-templates/alpaca.tmpl
  3. 1
      prompt-templates/koala.tmpl
  4. 6
      prompt-templates/vicuna.tmpl

@ -48,6 +48,8 @@ Below is an instruction that describes a task. Write a response that appropriate
### Response: ### Response:
``` ```
See the [prompt-templates](https://github.com/go-skynet/llama-cli/tree/master/prompt-templates) directory in this repository for templates for most popular models.
## Container images ## Container images
`llama-cli` comes by default as a container image. You can check out all the available images with corresponding tags [here](https://quay.io/repository/go-skynet/llama-cli?tab=tags&tag=latest) `llama-cli` comes by default as a container image. You can check out all the available images with corresponding tags [here](https://quay.io/repository/go-skynet/llama-cli?tab=tags&tag=latest)

@ -0,0 +1,6 @@
Below is an instruction that describes a task. Write a response that appropriately completes the request.
### Instruction:
{{.Input}}
### Response:

@ -0,0 +1 @@
BEGINNING OF CONVERSATION: USER: {{.Input}} GPT:

@ -0,0 +1,6 @@
Below is an instruction that describes a task. Write a response that appropriately completes the request.
### Instruction:
{{.Input}}
### Response:
Loading…
Cancel
Save