Update README.md
Browse files
README.md
CHANGED
@@ -20,6 +20,10 @@ PENDING
|
|
20 |
A Starling-based model focused on being an assistant worth talking to.
|
21 |
Uncensored
|
22 |
|
|
|
|
|
|
|
|
|
23 |
### Prompt Template
|
24 |
```
|
25 |
### Instruction:
|
@@ -34,10 +38,9 @@ Always take the entire conversation into account when forming and writing a repl
|
|
34 |
|
35 |
### Recommended Settings
|
36 |
```
|
37 |
-
temperature: 0.
|
38 |
top_p: 0.85
|
39 |
top_k: 20
|
40 |
repetition_penalty: 1.2
|
41 |
-
guidance_scale: 1.25
|
42 |
|
43 |
```
|
|
|
20 |
A Starling-based model focused on being an assistant worth talking to.
|
21 |
Uncensored
|
22 |
|
23 |
+
# Our Goal
|
24 |
+
|
25 |
+
Velara was made to recall parts of the conversation as you continue.
|
26 |
+
|
27 |
### Prompt Template
|
28 |
```
|
29 |
### Instruction:
|
|
|
38 |
|
39 |
### Recommended Settings
|
40 |
```
|
41 |
+
temperature: 0.77
|
42 |
top_p: 0.85
|
43 |
top_k: 20
|
44 |
repetition_penalty: 1.2
|
|
|
45 |
|
46 |
```
|