Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ tags:
|
|
19 |
## Description:
|
20 |
|
21 |
**PENDING**
|
22 |
-
A
|
23 |
|
24 |
**Uncensored**
|
25 |
|
@@ -35,8 +35,6 @@ Velara was designed to address specific issues found in other chat models:
|
|
35 |
|
36 |
- **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.
|
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 |
**For optimal interaction, use this template:**
|
@@ -57,21 +55,10 @@ Always take the entire conversation into account when forming and writing a repl
|
|
57 |
**Defaults:**
|
58 |
|
59 |
```
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
guidance_scale: 1.25
|
65 |
-
```
|
66 |
-
|
67 |
-
|
68 |
-
**Worse context understanding but less repetitive in some cases:**
|
69 |
-
|
70 |
-
```
|
71 |
-
temperature: 0.77
|
72 |
-
top_p: 0.85
|
73 |
-
top_k: 20
|
74 |
-
repetition_penalty: 1.2
|
75 |
```
|
76 |
|
77 |
# Benchmarks:
|
|
|
19 |
## Description:
|
20 |
|
21 |
**PENDING**
|
22 |
+
A companion focused on being an assistant worth talking to. Now better at reasoning!
|
23 |
|
24 |
**Uncensored**
|
25 |
|
|
|
35 |
|
36 |
- **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.
|
37 |
|
|
|
|
|
38 |
## Prompt Template:
|
39 |
|
40 |
**For optimal interaction, use this template:**
|
|
|
55 |
**Defaults:**
|
56 |
|
57 |
```
|
58 |
+
min_p: 0.2
|
59 |
+
repetition_penalty: 1.13
|
60 |
+
repetition_penalty_range: 0
|
61 |
+
guidance_scale: 1.05
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
```
|
63 |
|
64 |
# Benchmarks:
|