Update README.md
Browse files
README.md
CHANGED
@@ -1,42 +1,43 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
4 |
-
- saishf/
|
5 |
-
- saishf/
|
6 |
-
- saishf/Merge-Mayhem-L3-V2
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
* [saishf/
|
27 |
-
* [saishf/Merge-Mayhem-L3-V2
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
- model: saishf/
|
37 |
-
- model: saishf/Merge-Mayhem-L3-V2
|
38 |
-
- model: saishf/
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
base_model:
|
4 |
+
- saishf/SOVLish-Maid-L3-8B
|
5 |
+
- saishf/Neural-SOVLish-Devil-8B-L3
|
6 |
+
- saishf/Merge-Mayhem-L3-V2
|
7 |
+
- saishf/Merge-Mayhem-L3-V2.1
|
8 |
+
library_name: transformers
|
9 |
+
tags:
|
10 |
+
- mergekit
|
11 |
+
- merge
|
12 |
+
|
13 |
+
---
|
14 |
+
# merge
|
15 |
+
|
16 |
+
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
17 |
+
|
18 |
+
## Merge Details
|
19 |
+
### Merge Method
|
20 |
+
|
21 |
+
This model was merged using the [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [saishf/Neural-SOVLish-Devil-8B-L3](https://huggingface.co/saishf/Neural-SOVLish-Devil-8B-L3) as a base.
|
22 |
+
|
23 |
+
### Models Merged
|
24 |
+
|
25 |
+
The following models were included in the merge:
|
26 |
+
* [saishf/SOVLish-Maid-L3-8B](https://huggingface.co/saishf/SOVLish-Maid-L3-8B)
|
27 |
+
* [saishf/Merge-Mayhem-L3-V2](https://huggingface.co/saishf/Merge-Mayhem-L3-V2)
|
28 |
+
* [saishf/Merge-Mayhem-L3-V2.1](https://huggingface.co/saishf/Merge-Mayhem-L3-V2.1)
|
29 |
+
|
30 |
+
### Configuration
|
31 |
+
|
32 |
+
The following YAML configuration was used to produce this model:
|
33 |
+
|
34 |
+
```yaml
|
35 |
+
models:
|
36 |
+
- model: saishf/Neural-SOVLish-Devil-8B-L3
|
37 |
+
- model: saishf/Merge-Mayhem-L3-V2
|
38 |
+
- model: saishf/Merge-Mayhem-L3-V2.1
|
39 |
+
- model: saishf/SOVLish-Maid-L3-8B
|
40 |
+
merge_method: model_stock
|
41 |
+
base_model: saishf/Neural-SOVLish-Devil-8B-L3
|
42 |
+
dtype: bfloat16
|
43 |
+
```
|