Update README.md
Browse files
README.md
CHANGED
@@ -1,52 +1,60 @@
|
|
1 |
-
---
|
2 |
-
base_model: []
|
3 |
-
library_name: transformers
|
4 |
-
tags:
|
5 |
-
- mergekit
|
6 |
-
- merge
|
7 |
-
|
8 |
-
---
|
9 |
-
#
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: []
|
3 |
+
library_name: transformers
|
4 |
+
tags:
|
5 |
+
- mergekit
|
6 |
+
- merge
|
7 |
+
|
8 |
+
---
|
9 |
+
# Grand Horror 16B
|
10 |
+
|
11 |
+
For GGUFS and full details about this model please go to:
|
12 |
+
|
13 |
+
[ https://huggingface.co/DavidAU/L3-Stheno-Maid-Blackroot-Grand-HORROR-16B-GGUF ]
|
14 |
+
|
15 |
+
and IMATRIX GGUFS:
|
16 |
+
|
17 |
+
[ https://huggingface.co/DavidAU/L3-Stheno-Maid-Blackroot-Grand-HORROR-16B-Ultra-NEO-V2-IMATRIX-GGUF ]
|
18 |
+
|
19 |
+
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
20 |
+
|
21 |
+
## Merge Details
|
22 |
+
### Merge Method
|
23 |
+
|
24 |
+
This model was merged using the passthrough merge method.
|
25 |
+
|
26 |
+
### Models Merged
|
27 |
+
|
28 |
+
The following models were included in the merge:
|
29 |
+
* G:/7B/Llama-3-Lumimaid-8B-v0.1-OAS
|
30 |
+
* G:/7B/L3-8B-Stheno-v3.2
|
31 |
+
* G:/7B/Jamet-8B-L3-MK.V-Blackroot
|
32 |
+
|
33 |
+
### Configuration
|
34 |
+
|
35 |
+
The following YAML configuration was used to produce this model:
|
36 |
+
|
37 |
+
```yaml
|
38 |
+
|
39 |
+
slices:
|
40 |
+
- sources:
|
41 |
+
- model: G:/7B/L3-8B-Stheno-v3.2
|
42 |
+
layer_range: [0, 14]
|
43 |
+
- sources:
|
44 |
+
- model: G:/7B/Llama-3-Lumimaid-8B-v0.1-OAS
|
45 |
+
layer_range: [8, 20]
|
46 |
+
- sources:
|
47 |
+
- model: G:/7B/Jamet-8B-L3-MK.V-Blackroot
|
48 |
+
layer_range: [12, 24]
|
49 |
+
- sources:
|
50 |
+
- model: G:/7B/L3-8B-Stheno-v3.2
|
51 |
+
layer_range: [14, 28]
|
52 |
+
- sources:
|
53 |
+
- model: G:/7B/Llama-3-Lumimaid-8B-v0.1-OAS
|
54 |
+
layer_range: [20, 31]
|
55 |
+
- sources:
|
56 |
+
- model: G:/7B/Jamet-8B-L3-MK.V-Blackroot
|
57 |
+
layer_range: [24, 32]
|
58 |
+
merge_method: passthrough
|
59 |
+
dtype: float16
|
60 |
+
```
|