Jan
commited on
Commit
•
9cefc51
1
Parent(s):
7c754c0
Update README.md
Browse files
README.md
CHANGED
@@ -16,8 +16,13 @@ language:
|
|
16 |
<!-- header end -->
|
17 |
|
18 |
# Model Description
|
19 |
-
This model uses the `DARE_TIES` merge method
|
|
|
|
|
|
|
|
|
20 |
|
|
|
21 |
```yaml
|
22 |
base_model: mistralai/Mistral-7B-v0.1
|
23 |
dtype: bfloat16
|
|
|
16 |
<!-- header end -->
|
17 |
|
18 |
# Model Description
|
19 |
+
This model uses the `DARE_TIES` merge method from 3 models:
|
20 |
+
1. [OpenHermes-2.5-neural-chat-v3-3-Slerp](https://huggingface.co/Weyaxi/OpenHermes-2.5-neural-chat-v3-3-Slerp)
|
21 |
+
2. [MetaMath-Cybertron-Starling](https://huggingface.co/Q-bert/MetaMath-Cybertron-Starling)
|
22 |
+
3. [Marcoroni-7B-v3](https://huggingface.co/AIDC-ai-business/Marcoroni-7B-v3)
|
23 |
+
base model: [Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1)
|
24 |
|
25 |
+
The yaml config file for this model here:
|
26 |
```yaml
|
27 |
base_model: mistralai/Mistral-7B-v0.1
|
28 |
dtype: bfloat16
|