jeiku commited on
Commit
e46f321
·
verified ·
1 Parent(s): 2b0dca2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -1
README.md CHANGED
@@ -5,4 +5,40 @@ language:
5
  ---
6
  # RPMix 4x7B MoE
7
 
8
- A mixture of experts model using my best scoring RP models. This model should primarily be used for RP and creative writing.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  ---
6
  # RPMix 4x7B MoE
7
 
8
+ A mixture of experts model using my best scoring RP models. This model should primarily be used for RP and creative writing.
9
+
10
+ ```
11
+ base_model: ResplendentAI/DaturaCookie_7B
12
+ gate_mode: hidden
13
+ experts_per_token: 2
14
+ experts:
15
+ - source_model: ChaoticNeutrals/RP_Vision_7B
16
+ positive_prompts:
17
+ - "chat"
18
+ - "assistant"
19
+ - "tell me"
20
+ - "explain"
21
+ - "I want"
22
+ - source_model: ChaoticNeutrals/BuRP_7B
23
+ positive_prompts:
24
+ - "show me"
25
+ - "touch"
26
+ - "believe"
27
+ - "see"
28
+ - "love"
29
+ - source_model: ResplendentAI/DaturaCookie_7B
30
+ positive_prompts:
31
+ - "storywriting"
32
+ - "write"
33
+ - "scene"
34
+ - "story"
35
+ - "character"
36
+ - source_model: ChaoticNeutrals/Kool-Aid_7B
37
+ positive_prompts:
38
+ - "sensual"
39
+ - "sexual"
40
+ - "horny"
41
+ - "turned on"
42
+ - "intimate"
43
+ dtype: bfloat16
44
+ ```