Update README.md
Browse files
README.md
CHANGED
@@ -6,58 +6,11 @@ tags:
|
|
6 |
- merge
|
7 |
- mergekit
|
8 |
- lazymergekit
|
9 |
-
- ResplendentAI/Aura_v3_7B
|
10 |
-
- S-miguel/The-Trinity-Coder-7B
|
11 |
-
- SanjiWatsuki/Kunoichi-DPO-v2-7B
|
12 |
-
base_model:
|
13 |
-
- ResplendentAI/Aura_v3_7B
|
14 |
-
- S-miguel/The-Trinity-Coder-7B
|
15 |
-
- SanjiWatsuki/Kunoichi-DPO-v2-7B
|
16 |
---
|
17 |
|
18 |
# Lumina-RP
|
19 |
|
20 |
-
Lumina-RP is a Mixture of Experts (MoE) made with the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing)
|
21 |
-
* [ResplendentAI/Aura_v3_7B](https://huggingface.co/ResplendentAI/Aura_v3_7B)
|
22 |
-
* [S-miguel/The-Trinity-Coder-7B](https://huggingface.co/S-miguel/The-Trinity-Coder-7B)
|
23 |
-
* [SanjiWatsuki/Kunoichi-DPO-v2-7B](https://huggingface.co/SanjiWatsuki/Kunoichi-DPO-v2-7B)
|
24 |
-
|
25 |
-
## 🧩 Configuration
|
26 |
-
|
27 |
-
```yaml
|
28 |
-
base_model: ResplendentAI/Aura_v3_7B
|
29 |
-
experts:
|
30 |
-
- source_model: ResplendentAI/Aura_v3_7B
|
31 |
-
positive_prompts:
|
32 |
-
- "chat"
|
33 |
-
- "assistant"
|
34 |
-
- "tell me"
|
35 |
-
- "explain"
|
36 |
-
- "I want"
|
37 |
-
- "horny"
|
38 |
-
- "nsfw"
|
39 |
-
- "unrestricted"
|
40 |
-
- "sex"
|
41 |
-
- source_model: S-miguel/The-Trinity-Coder-7B
|
42 |
-
positive_prompts:
|
43 |
-
- "code"
|
44 |
-
- "python"
|
45 |
-
- "javascript"
|
46 |
-
- "programming"
|
47 |
-
- "algorithm"
|
48 |
-
- "reason"
|
49 |
-
- "math"
|
50 |
-
- "mathematics"
|
51 |
-
- "solve"
|
52 |
-
- "count"
|
53 |
-
- source_model: SanjiWatsuki/Kunoichi-DPO-v2-7B
|
54 |
-
positive_prompts:
|
55 |
-
- "storywriting"
|
56 |
-
- "write"
|
57 |
-
- "scene"
|
58 |
-
- "story"
|
59 |
-
- "character"
|
60 |
-
```
|
61 |
|
62 |
## 💻 Usage
|
63 |
|
|
|
6 |
- merge
|
7 |
- mergekit
|
8 |
- lazymergekit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
# Lumina-RP
|
12 |
|
13 |
+
Lumina-RP is a Mixture of Experts (MoE) made with the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
|
15 |
## 💻 Usage
|
16 |
|