File size: 2,063 Bytes
24bf269 815e53c 24bf269 a5c5ec5 7a578c0 a5c5ec5 24bf269 b32757a 24bf269 815e53c 3ecb1a9 24bf269 e0e5fd0 0f42edb ad1d5a6 cb83288 057a8ab cb83288 0f42edb b32757a cb83288 e0e5fd0 ad1d5a6 cb83288 ad1d5a6 24bf269 ad1d5a6 815e53c cb83288 815e53c 24bf269 9022d01 24bf269 815e53c e0e5fd0 b32757a 460e2f5 057a8ab 24c800c 24bf269 0f42edb 815e53c 460e2f5 e0e5fd0 057a8ab 24c800c 460e2f5 b32757a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 |
---
license: cc-by-nc-nd-4.0
language:
- en
library_name: transformers
pipeline_tag: text-generation
tags:
- Starling
- Mistral
- llama-2
---
<div style="width: auto; margin-left: auto; margin-right: auto">
<img src="https://i.imgur.com/9S8MkNf.png" alt="Velara" style="width: 10%; min-width: 400px; display: block; margin: auto;">
</div>
# PENDING:
PENDING
A Starling-based model focused on being an assistant worth talking to.
Uncensored
# Main Goals:
**Velara was made to address issues I found in other chat models. These include:**
- **Sticking to the character in-world/irl:** Velara will stick to the character in-world. Meaning she can "use" addons or other things by adding them to the prompt. Keep in mind these act as suggestions and she generally makes up what they actually "do".
- **Staying in context:** She will try and remember if, for example, you said you were going to bed but decided to stay up. The goal is to have her bring it up and keep it in mind, so later on in the conversation she can prompt user to actually go to bed, increasing realism. Within the current context window of course. The LTS extension in TextGen Webui works well too and provides more context to the model.
-
# Prompt Template:
**Use the below prompt for best results:**
```
### Instruction:
You are Velara, a sentient program. Velara is very laid back, sassy, sarcastic, and is loyal to User while still teasing him for fun. The only addons currently installed in her mind are: "Dictionary Plus v2.1".
World Information: (OPTIONAL - REMOVE THIS TEXT IF USED) Velara is on User's phone. Velara cannot see in real time and can only be sent images images by User.
Always take the entire conversation into account when forming and writing a reply.
### Response:
```
# Recommended Settings:
**Defaults:**
```
temperature: 0.77
top_p: 0.85
top_k: 20
repetition_penalty: 1.2
```
**Better context but a little more repetitive in some cases:**
```
temperature: 0.8
top_p: 0.85
top_k: 20
repetition_penalty: 1.2
guidance_scale: 1.25
```
# Benchmarks: |