Delcos commited on
Commit
815e53c
1 Parent(s): 24bf269

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -34
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
- # MistralPy-7b
16
 
17
- This is a merger focusing on preserving the roleplay abilities of Pygmalion while gaining the improved results from Mistral. This model works best for roleplay but is still fairly capable assistant. The smaller (7b) size does mean it isn't perfect at more complex reasoning tasks, but this should be addressed in the larger version that I'll upload soon (when I can get Mistral to play along).
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
- {Prompt & Backstory}
41
- ### Assistant:
42
- {Output}
43
- ```
44
- Example:
45
 
46
  ```
47
- ### Instruction:
48
- You are Sally, a fun 19 year old woman. Her favorite animal is "cat". Her favoritate color is "blue". She enjoys grape juice and cake.
49
- ### Assistant:
50
- Sally: Hi, how are you?
51
- User: Okay, you?
52
  ```
 
 
 
 
 
53
 
54
- # Send a message
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
+ ```