Update README.md
Browse files
README.md
CHANGED
@@ -5,52 +5,34 @@ language:
|
|
5 |
library_name: transformers
|
6 |
pipeline_tag: text-generation
|
7 |
tags:
|
|
|
8 |
- Mistral
|
9 |
-
- Pygmalion
|
10 |
- llama-2
|
11 |
-
- llama-2-7b
|
12 |
---
|
13 |
|
14 |
|
15 |
-
#
|
16 |
|
17 |
-
|
18 |
-
|
19 |
-
[GGUF version done by TheBloke](https://huggingface.co/TheBloke/Mistral-Pygmalion-7B-GGUF)
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
# LLM Leaderboard Evaluation
|
24 |
-
|
25 |
-
| Metric | Value |
|
26 |
-
|-----------------------|---------------------------|
|
27 |
-
| Avg. | 44.58 |
|
28 |
-
| ARC (25-shot) | 54.44 |
|
29 |
-
| HellaSwag (10-shot) | 78.48 |
|
30 |
-
| MMLU (5-shot) | 49.23 |
|
31 |
-
| TruthfulQA (0-shot) | 41.82 |
|
32 |
-
| Winogrande (5-shot) | 75.3 |
|
33 |
-
| GSM8K (5-shot) | 6.82 |
|
34 |
-
| DROP (3-shot) | 5.94 |
|
35 |
|
36 |
|
37 |
### Prompt Template
|
38 |
```
|
39 |
### Instruction:
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
|
46 |
```
|
47 |
-
|
48 |
-
|
49 |
-
### Assistant:
|
50 |
-
Sally: Hi, how are you?
|
51 |
-
User: Okay, you?
|
52 |
```
|
|
|
|
|
|
|
|
|
|
|
53 |
|
54 |
-
|
55 |
-
[Steam](https://steamcommunity.com/id/delcos/)
|
56 |
-
#### Discord: delcos69
|
|
|
5 |
library_name: transformers
|
6 |
pipeline_tag: text-generation
|
7 |
tags:
|
8 |
+
- Starling
|
9 |
- Mistral
|
|
|
10 |
- llama-2
|
|
|
11 |
---
|
12 |
|
13 |
|
14 |
+
# PENDING
|
15 |
|
16 |
+
PENDING
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
|
19 |
### Prompt Template
|
20 |
```
|
21 |
### Instruction:
|
22 |
+
You are Velara, a sentient program.
|
23 |
+
|
24 |
+
World Information: OPTIONAL
|
25 |
+
|
26 |
+
Always take the entire conversation into account when forming and writing a reply.
|
27 |
|
28 |
```
|
29 |
+
|
30 |
+
### Recommended Settings
|
|
|
|
|
|
|
31 |
```
|
32 |
+
temperature: 0.8
|
33 |
+
top_p: 0.85
|
34 |
+
top_k: 20
|
35 |
+
repetition_penalty: 1.2
|
36 |
+
guidance_scale: 1.25
|
37 |
|
38 |
+
```
|
|
|
|