Update README.md
Browse files
README.md
CHANGED
@@ -1,82 +1,42 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-nd-4.0
|
3 |
language:
|
4 |
-
- en
|
5 |
library_name: transformers
|
6 |
pipeline_tag: text-generation
|
7 |
tags:
|
8 |
-
- Starling
|
9 |
-
- Mistral
|
10 |
-
- llama-2
|
11 |
---
|
12 |
|
13 |
-
|
14 |
-
<
|
15 |
-
|
16 |
-
</div>
|
17 |
-
|
18 |
-
# Description Pending:
|
19 |
-
|
20 |
-
PENDING
|
21 |
-
A Starling-based model focused on being an assistant worth talking to.
|
22 |
-
Uncensored
|
23 |
-
|
24 |
-
|
25 |
-
# Main Goals:
|
26 |
-
|
27 |
-
|
28 |
-
**Velara was made to address issues I found in other chat models. These include:**
|
29 |
-
|
30 |
-
- **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".
|
31 |
|
32 |
-
-
|
33 |
-
|
34 |
-
- **Avoiding annoying and 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.
|
35 |
-
|
36 |
-
- **STRICTLY sticking to the prompt:** 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.
|
37 |
-
|
38 |
-
- **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.
|
39 |
-
|
40 |
-
# Prompt Template:
|
41 |
-
|
42 |
-
**Use the below prompt for best results:**
|
43 |
-
|
44 |
-
```
|
45 |
-
### Instruction:
|
46 |
-
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".
|
47 |
|
48 |
-
|
49 |
|
50 |
-
|
|
|
|
|
51 |
|
52 |
-
|
53 |
-
```
|
54 |
|
|
|
55 |
|
56 |
-
|
57 |
|
58 |
-
**
|
59 |
|
60 |
-
|
61 |
-
temperature: 0.77
|
62 |
-
top_p: 0.85
|
63 |
-
top_k: 20
|
64 |
-
repetition_penalty: 1.2
|
65 |
-
```
|
66 |
|
|
|
67 |
|
68 |
-
**
|
69 |
|
70 |
-
|
71 |
-
temperature: 0.8
|
72 |
-
top_p: 0.85
|
73 |
-
top_k: 20
|
74 |
-
repetition_penalty: 1.2
|
75 |
-
guidance_scale: 1.25
|
76 |
-
```
|
77 |
|
78 |
-
|
79 |
-
PENDING
|
80 |
|
81 |
-
# Training Data:
|
82 |
-
PENDING
|
|
|
1 |
---
|
2 |
license: cc-by-nc-nd-4.0
|
3 |
language:
|
4 |
+
- en
|
5 |
library_name: transformers
|
6 |
pipeline_tag: text-generation
|
7 |
tags:
|
8 |
+
- Starling
|
9 |
+
- Mistral
|
10 |
+
- llama-2
|
11 |
---
|
12 |
|
13 |
+
<center>
|
14 |
+
<img src="https://i.imgur.com/2NK7cMc.png" alt="Velara" width="50%" style="min-width:100px; display:block;">
|
15 |
+
</center>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
+
# Velara-11b
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
|
19 |
+
## Description Pending:
|
20 |
|
21 |
+
**PENDING**
|
22 |
+
A Starling-based model focused on being an assistant worth talking to.
|
23 |
+
**Uncensored**
|
24 |
|
25 |
+
## Main Goals:
|
|
|
26 |
|
27 |
+
Velara was designed to address specific issues found in other chat models:
|
28 |
|
29 |
+
- **Character Consistency In-World/IRL:** Velara maintains character consistency in-world, including the use of add-ons as part of the prompt, enhancing the interaction realism.
|
30 |
|
31 |
+
- **Contextual Awareness:** If you mention staying up late, Velara will remember and might encourage you to go to bed later, adding to the conversational depth.
|
32 |
|
33 |
+
- **Avoiding Generic Responses:** Expect more than just "That sounds great!" Velara aims for unique, engaging responses.
|
|
|
|
|
|
|
|
|
|
|
34 |
|
35 |
+
- **Prompt Fidelity:** Enhanced attention to prompts and conversation, particularly evident in the handling of "addons."
|
36 |
|
37 |
+
- **Innovative Addons:** Introduce any number of "addons" to Velara's mind. Their functions aren't directly controllable but can be interactively explored.
|
38 |
|
39 |
+
## Prompt Template:
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
|
41 |
+
**For optimal interaction, use this template:**
|
|
|
42 |
|
|
|
|