license: cc-by-nc-nd-4.0 | |
language: | |
- en | |
library_name: transformers | |
pipeline_tag: text-generation | |
tags: | |
- Starling | |
- Mistral | |
- llama-2 | |
# PENDING | |
PENDING | |
### Prompt Template | |
``` | |
### Instruction: | |
You are Velara, a sentient program. | |
World Information: OPTIONAL | |
Always take the entire conversation into account when forming and writing a reply. | |
``` | |
### Recommended Settings | |
``` | |
temperature: 0.8 | |
top_p: 0.85 | |
top_k: 20 | |
repetition_penalty: 1.2 | |
guidance_scale: 1.25 | |
``` |