Update README.md
Browse files
README.md
CHANGED
@@ -6,13 +6,18 @@ library_name: transformers
|
|
6 |
tags:
|
7 |
- mergekit
|
8 |
- merge
|
9 |
-
|
10 |
---
|
11 |
-
#
|
12 |
|
13 |
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
14 |
|
15 |
## Merge Details
|
|
|
|
|
|
|
|
|
|
|
16 |
### Merge Method
|
17 |
|
18 |
This model was merged using the [TIES](https://arxiv.org/abs/2306.01708) merge method using [mistralai/Mistral-Small-24B-Instruct-2501](https://huggingface.co/mistralai/Mistral-Small-24B-Instruct-2501) as a base.
|
@@ -43,4 +48,4 @@ parameters:
|
|
43 |
normalize: false
|
44 |
int8_mask: true
|
45 |
dtype: float16
|
46 |
-
```
|
|
|
6 |
tags:
|
7 |
- mergekit
|
8 |
- merge
|
9 |
+
license: apache-2.0
|
10 |
---
|
11 |
+
# Merge
|
12 |
|
13 |
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
14 |
|
15 |
## Merge Details
|
16 |
+
|
17 |
+
Merging Mistral-Small-24B Base and Instruct models together to try and create... Harmony?
|
18 |
+
|
19 |
+
Quant: https://huggingface.co/Triangle104/Mistral-Small-24b-Harmony-Q4_K_S-GGUF
|
20 |
+
|
21 |
### Merge Method
|
22 |
|
23 |
This model was merged using the [TIES](https://arxiv.org/abs/2306.01708) merge method using [mistralai/Mistral-Small-24B-Instruct-2501](https://huggingface.co/mistralai/Mistral-Small-24B-Instruct-2501) as a base.
|
|
|
48 |
normalize: false
|
49 |
int8_mask: true
|
50 |
dtype: float16
|
51 |
+
```
|