Delcos commited on
Commit
0f42edb
1 Parent(s): 57e8f6b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
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.8
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
  ```