Update README.md
Browse files
README.md
CHANGED
@@ -21,25 +21,6 @@ newMoEAriel is a Mixture of Experts (MoE) made with the following models using [
|
|
21 |
|
22 |
## 🧩 Configuration
|
23 |
|
24 |
-
```yaml
|
25 |
-
base_model: NousResearch/Nous-Hermes-2-Mistral-7B-DPO
|
26 |
-
experts:
|
27 |
-
- source_model: NousResearch/Nous-Hermes-2-Mistral-7B-DPO
|
28 |
-
positive_prompts:
|
29 |
-
- "chat"
|
30 |
-
- "assistant"
|
31 |
-
- "tell me"
|
32 |
-
- "explain"
|
33 |
-
- "I want"
|
34 |
-
- source_model: yam-peleg/Hebrew-Mistral-7B
|
35 |
-
positive_prompts:
|
36 |
-
- "code"
|
37 |
-
- "python"
|
38 |
-
- "javascript"
|
39 |
-
- "programming"
|
40 |
-
- "algorithm"
|
41 |
-
- "hebrew"
|
42 |
-
```
|
43 |
|
44 |
## 💻 Usage
|
45 |
|
|
|
21 |
|
22 |
## 🧩 Configuration
|
23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
|
25 |
## 💻 Usage
|
26 |
|