File size: 2,991 Bytes
24bf269
 
 
47016f2
24bf269
 
 
b7f4970
 
47016f2
24bf269
 
8d76cec
 
47016f2
 
 
0f42edb
0fad8e7
815e53c
47016f2
 
b7f4970
47016f2
24bf269
47016f2
815e53c
47016f2
e0e5fd0
5e4a8e7
460e2f5
5e4a8e7
24c800c
96d3f27
460e2f5
96d3f27
e0e5fd0
96d3f27
24c800c
47016f2
b32757a
47016f2
28047e1
 
 
45784fc
28047e1
 
 
 
 
 
 
 
 
 
 
 
 
0259d2b
28047e1
 
 
0259d2b
28047e1
 
 
fb5ae1a
28047e1
 
0259d2b
28047e1
 
 
 
 
 
 
 
 
 
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
73
74
75
76
77
78
79
80
81
82
---
license: cc-by-nc-nd-4.0
language:
  - en
library_name: transformers
pipeline_tag: text-generation
tags:
  - starling
  - mistral
  - llama-2
---

<h1 style="font-size: 36px;">Velara-11b</h1>

<center>
  <img src="https://i.imgur.com/2NK7cMc.png" alt="Velara" width="50%" style="min-width:100px; display:block;">
</center>

## Description:

**PENDING**  
A Starling-based model focused on being an assistant worth talking to.  

**Uncensored**

## Main Goals:

Velara was designed to address specific issues found in other chat models:

- **Sticking to the Character Given 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.

- **Avoiding Annoying & Generic Sounding Answers::** In almost all cases she should reply with something more interesting then "That sounds like a great idea!". These answers and sentence starters are annoying and terrible, and should hopefully be mostly addressed in this release.

- **STRICTLY Sticking to the Prompt/Prompt Fidelity:** More care was made to make sure she pays attention to the pretext and overall conversation. This is mostly shown and used for the "addons" section, but it applies to everything in the prompt.

- **Addons, Sort Of:** Something I had tried in the past and wanted to add to a model deliberately was the ability to give it "addons". You can add any amount of "addons" to Velara's mind. These aren't directly controllable. You can then ask her what they do, or if you have the LTS installed, ask her and change the reply to what you'd want it to do.

## Prompt Template:

**For optimal interaction, use this template:**
```
### 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.8
top_p: 0.85
top_k: 20
repetition_penalty: 1.2
guidance_scale: 1.25
```


**Worse context understanding but less repetitive in some cases:**

```
temperature: 0.77
top_p: 0.85
top_k: 20
repetition_penalty: 1.2
```

# Benchmarks:
PENDING

# Training Data:
PENDING