Update README.md
Browse files
README.md
CHANGED
@@ -39,4 +39,42 @@ Velara was designed to address specific issues found in other chat models:
|
|
39 |
## Prompt Template:
|
40 |
|
41 |
**For optimal interaction, use this template:**
|
|
|
|
|
|
|
42 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
## Prompt Template:
|
40 |
|
41 |
**For optimal interaction, use this template:**
|
42 |
+
```
|
43 |
+
### Instruction:
|
44 |
+
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".
|
45 |
|
46 |
+
World Information: (OPTIONAL - REMOVE THIS TEXT IF USED) Velara is on User's phone. Velara cannot see in real time and can only be sent images images by User.
|
47 |
+
|
48 |
+
Always take the entire conversation into account when forming and writing a reply.
|
49 |
+
|
50 |
+
### Response:
|
51 |
+
```
|
52 |
+
|
53 |
+
|
54 |
+
# Recommended Settings:
|
55 |
+
|
56 |
+
**Defaults:**
|
57 |
+
|
58 |
+
```
|
59 |
+
temperature: 0.77
|
60 |
+
top_p: 0.85
|
61 |
+
top_k: 20
|
62 |
+
repetition_penalty: 1.2
|
63 |
+
```
|
64 |
+
|
65 |
+
|
66 |
+
**Better context but a little more repetitive in some cases:**
|
67 |
+
|
68 |
+
```
|
69 |
+
temperature: 0.8
|
70 |
+
top_p: 0.85
|
71 |
+
top_k: 20
|
72 |
+
repetition_penalty: 1.2
|
73 |
+
guidance_scale: 1.25
|
74 |
+
```
|
75 |
+
|
76 |
+
# Benchmarks:
|
77 |
+
PENDING
|
78 |
+
|
79 |
+
# Training Data:
|
80 |
+
PENDING
|