Update README.md
Browse files
README.md
CHANGED
@@ -21,46 +21,6 @@ QwenMoEAriel is a Mixture of Experts (MoE) made with the following models using
|
|
21 |
|
22 |
## 🧩 Configuration
|
23 |
|
24 |
-
```yaml
|
25 |
-
base_model: meta-llama/Meta-Llama-3-8B-Instruct
|
26 |
-
experts:
|
27 |
-
- source_model: meta-llama/Meta-Llama-3-8B-Instruct
|
28 |
-
positive_prompts:
|
29 |
-
- "explain"
|
30 |
-
- "chat"
|
31 |
-
- "assistant"
|
32 |
-
- "think"
|
33 |
-
- "roleplay"
|
34 |
-
- "versatile"
|
35 |
-
- "helpful"
|
36 |
-
- "factual"
|
37 |
-
- "integrated"
|
38 |
-
- "adaptive"
|
39 |
-
- "comprehensive"
|
40 |
-
- "balanced"
|
41 |
-
negative_prompts:
|
42 |
-
- "specialized"
|
43 |
-
- "narrow"
|
44 |
-
- "focused"
|
45 |
-
- "limited"
|
46 |
-
- "specific"
|
47 |
-
- source_model: rombodawg/Llama-3-8B-Instruct-Coder
|
48 |
-
positive_prompts:
|
49 |
-
- "python"
|
50 |
-
- "math"
|
51 |
-
- "solve"
|
52 |
-
- "code"
|
53 |
-
- "programming"
|
54 |
-
- "javascript"
|
55 |
-
- "algorithm"
|
56 |
-
- "factual"
|
57 |
-
negative_prompts:
|
58 |
-
- "sorry"
|
59 |
-
- "cannot"
|
60 |
-
- "concise"
|
61 |
-
- "imaginative"
|
62 |
-
- "creative"
|
63 |
-
```
|
64 |
|
65 |
## 💻 Usage
|
66 |
|
|
|
21 |
|
22 |
## 🧩 Configuration
|
23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
|
25 |
## 💻 Usage
|
26 |
|