Update README.md
Browse files
README.md
CHANGED
@@ -20,14 +20,16 @@ PENDING
|
|
20 |
A Starling-based model focused on being an assistant worth talking to.
|
21 |
Uncensored
|
22 |
|
23 |
-
|
|
|
24 |
|
25 |
Velara was made to adress issues I found in other chat models. These include:
|
26 |
|
27 |
#### Sticking to the character in-world
|
28 |
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".
|
29 |
|
30 |
-
|
|
|
31 |
|
32 |
Use the below prompt for best results:
|
33 |
|
@@ -42,6 +44,7 @@ Always take the entire conversation into account when forming and writing a repl
|
|
42 |
### Response:
|
43 |
```
|
44 |
|
|
|
45 |
# Recommended Settings
|
46 |
|
47 |
#### Defaults:
|
@@ -53,6 +56,7 @@ top_k: 20
|
|
53 |
repetition_penalty: 1.2
|
54 |
```
|
55 |
|
|
|
56 |
#### Better context but a little more repetitive in some cases:
|
57 |
|
58 |
```
|
|
|
20 |
A Starling-based model focused on being an assistant worth talking to.
|
21 |
Uncensored
|
22 |
|
23 |
+
|
24 |
+
# Main Goals:
|
25 |
|
26 |
Velara was made to adress issues I found in other chat models. These include:
|
27 |
|
28 |
#### Sticking to the character in-world
|
29 |
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".
|
30 |
|
31 |
+
|
32 |
+
# Prompt Template:
|
33 |
|
34 |
Use the below prompt for best results:
|
35 |
|
|
|
44 |
### Response:
|
45 |
```
|
46 |
|
47 |
+
|
48 |
# Recommended Settings
|
49 |
|
50 |
#### Defaults:
|
|
|
56 |
repetition_penalty: 1.2
|
57 |
```
|
58 |
|
59 |
+
|
60 |
#### Better context but a little more repetitive in some cases:
|
61 |
|
62 |
```
|