Update README.md
Browse files
README.md
CHANGED
|
@@ -3,10 +3,6 @@ tags:
|
|
| 3 |
- merge
|
| 4 |
- mergekit
|
| 5 |
- lazymergekit
|
| 6 |
-
- Nexusflow/Starling-LM-7B-beta
|
| 7 |
-
- mistralai/Mistral-7B-v0.1
|
| 8 |
-
base_model:
|
| 9 |
-
- Nexusflow/Starling-LM-7B-beta
|
| 10 |
license: cc-by-nc-nd-4.0
|
| 11 |
---
|
| 12 |
|
|
@@ -15,32 +11,7 @@ license: cc-by-nc-nd-4.0
|
|
| 15 |
|
| 16 |

|
| 17 |
|
| 18 |
-
**JSL-MedMNX-7B** is a merge of the following models using [Mergekit](https://github.com/arcee-ai/mergekit):
|
| 19 |
-
* [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1)
|
| 20 |
-
* [Nexusflow/Starling-LM-7B-beta](https://huggingface.co/Nexusflow/Starling-LM-7B-beta)
|
| 21 |
|
| 22 |
-
Special thanks to Charles Goddard for the quick implementation!
|
| 23 |
-
|
| 24 |
-
## 🧩 Configuration
|
| 25 |
-
|
| 26 |
-
```yaml
|
| 27 |
-
models:
|
| 28 |
-
- model: Nexusflow/Starling-LM-7B-beta
|
| 29 |
-
parameters:
|
| 30 |
-
density: 0.53
|
| 31 |
-
weight: 0.4
|
| 32 |
-
- model: mistralai/Mistral-7B-v0.1
|
| 33 |
-
parameters:
|
| 34 |
-
density: 0.53
|
| 35 |
-
weight: 0.3
|
| 36 |
-
|
| 37 |
-
merge_method: dare_ties
|
| 38 |
-
tokenizer_source: union
|
| 39 |
-
base_model: Nexusflow/Starling-LM-7B-beta
|
| 40 |
-
parameters:
|
| 41 |
-
int8_mask: true
|
| 42 |
-
dtype: bfloat16
|
| 43 |
-
```
|
| 44 |
|
| 45 |
## 💻 Usage
|
| 46 |
|
|
|
|
| 3 |
- merge
|
| 4 |
- mergekit
|
| 5 |
- lazymergekit
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
license: cc-by-nc-nd-4.0
|
| 7 |
---
|
| 8 |
|
|
|
|
| 11 |
|
| 12 |

|
| 13 |
|
|
|
|
|
|
|
|
|
|
| 14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
|
| 16 |
## 💻 Usage
|
| 17 |
|