Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,7 @@ tags:
|
|
8 |
base_model:
|
9 |
- openchat/openchat-3.5-0106
|
10 |
- teknium/OpenHermes-2.5-Mistral-7B
|
|
|
11 |
---
|
12 |
![thumbnail](djinn-14b.webp)
|
13 |
# djinn
|
@@ -28,6 +29,7 @@ djinn is a merge of the following models using [LazyMergekit](https://colab.rese
|
|
28 |
* mlabonne/AlphaMonarch-7B
|
29 |
|
30 |
## 🧩 Configuration
|
|
|
31 |
|
32 |
```yaml
|
33 |
merge_method: linear # use linear so we can include multiple models, albeit at a zero weight
|
|
|
8 |
base_model:
|
9 |
- openchat/openchat-3.5-0106
|
10 |
- teknium/OpenHermes-2.5-Mistral-7B
|
11 |
+
license: apache-2.0
|
12 |
---
|
13 |
![thumbnail](djinn-14b.webp)
|
14 |
# djinn
|
|
|
29 |
* mlabonne/AlphaMonarch-7B
|
30 |
|
31 |
## 🧩 Configuration
|
32 |
+
Inspired by [theprofessor's config](https://huggingface.co/abacusai/TheProfessor-155b)
|
33 |
|
34 |
```yaml
|
35 |
merge_method: linear # use linear so we can include multiple models, albeit at a zero weight
|