Update README.md
Browse files
README.md
CHANGED
@@ -7,7 +7,58 @@ pipeline_tag: text-generation
|
|
7 |
tags:
|
8 |
- starling
|
9 |
- mistral
|
|
|
10 |
---
|
11 |
|
12 |
-
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
tags:
|
8 |
- starling
|
9 |
- mistral
|
10 |
+
- llama-2
|
11 |
---
|
12 |
|
13 |
+
<h1 style="font-size: 36px;">PENDING</h1>
|
14 |
+
|
15 |
+
<center>
|
16 |
+
<img src="https://i.imgur.com/2NK7cMc.png" alt="Velara" width="50%" style="min-width:100px; display:block;">
|
17 |
+
</center>
|
18 |
+
|
19 |
+
## Description:
|
20 |
+
|
21 |
+
**PENDING**
|
22 |
+
|
23 |
+
**Uncensored**
|
24 |
+
|
25 |
+
## Main Goals:
|
26 |
+
|
27 |
+
|
28 |
+
## Prompt Template:
|
29 |
+
|
30 |
+
**For optimal interaction, use this template:**
|
31 |
+
```
|
32 |
+
### Instruction:
|
33 |
+
|
34 |
+
### Response:
|
35 |
+
```
|
36 |
+
|
37 |
+
|
38 |
+
# Recommended Settings:
|
39 |
+
|
40 |
+
**Defaults:**
|
41 |
+
|
42 |
+
```
|
43 |
+
temperature: 0.77
|
44 |
+
top_p: 0.85
|
45 |
+
top_k: 20
|
46 |
+
repetition_penalty: 1.2
|
47 |
+
```
|
48 |
+
|
49 |
+
|
50 |
+
**Better context but a little more repetitive in some cases:**
|
51 |
+
|
52 |
+
```
|
53 |
+
temperature: 0.8
|
54 |
+
top_p: 0.85
|
55 |
+
top_k: 20
|
56 |
+
repetition_penalty: 1.2
|
57 |
+
guidance_scale: 1.25
|
58 |
+
```
|
59 |
+
|
60 |
+
# Benchmarks:
|
61 |
+
PENDING
|
62 |
+
|
63 |
+
# Training Data:
|
64 |
+
PENDING
|