FallenMerick
commited on
Commit
•
6d7db6c
1
Parent(s):
76b2e8c
Update README.md
Browse files
README.md
CHANGED
@@ -1,51 +1,55 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-4.0
|
3 |
-
language:
|
4 |
-
- en
|
5 |
-
base_model:
|
6 |
-
- SanjiWatsuki/Kunoichi-7B
|
7 |
-
- SanjiWatsuki/Silicon-Maid-7B
|
8 |
-
- KatyTheCutie/LemonadeRP-4.5.3
|
9 |
-
library_name: transformers
|
10 |
-
tags:
|
11 |
-
- mergekit
|
12 |
-
- merge
|
13 |
-
- mistral
|
14 |
-
- text-generation
|
15 |
-
- roleplay
|
16 |
-
|
17 |
-
---
|
18 |
-
# Big-Lemon-Cookie-11B
|
19 |
-
|
20 |
-
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
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 |
-
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-4.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- SanjiWatsuki/Kunoichi-7B
|
7 |
+
- SanjiWatsuki/Silicon-Maid-7B
|
8 |
+
- KatyTheCutie/LemonadeRP-4.5.3
|
9 |
+
library_name: transformers
|
10 |
+
tags:
|
11 |
+
- mergekit
|
12 |
+
- merge
|
13 |
+
- mistral
|
14 |
+
- text-generation
|
15 |
+
- roleplay
|
16 |
+
|
17 |
+
---
|
18 |
+
# Big-Lemon-Cookie-11B
|
19 |
+
|
20 |
+
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
21 |
+
|
22 |
+
GGUF quants:
|
23 |
+
* https://huggingface.co/backyardai/Big-Lemon-Cookie-11B-GGUF
|
24 |
+
* https://huggingface.co/mradermacher/Big-Lemon-Cookie-11B-GGUF
|
25 |
+
|
26 |
+
## Merge Details
|
27 |
+
### Merge Method
|
28 |
+
|
29 |
+
This model was merged using the passthrough merge method.
|
30 |
+
|
31 |
+
### Models Merged
|
32 |
+
|
33 |
+
The following models were included in the merge:
|
34 |
+
* [KatyTheCutie/LemonadeRP-4.5.3](https://huggingface.co/KatyTheCutie/LemonadeRP-4.5.3)
|
35 |
+
* [SanjiWatsuki/Kunoichi-7B](https://huggingface.co/SanjiWatsuki/Kunoichi-7B)
|
36 |
+
* [SanjiWatsuki/Silicon-Maid-7B](https://huggingface.co/SanjiWatsuki/Silicon-Maid-7B)
|
37 |
+
|
38 |
+
### Configuration
|
39 |
+
|
40 |
+
The following YAML configuration was used to produce this model:
|
41 |
+
|
42 |
+
```yaml
|
43 |
+
slices:
|
44 |
+
- sources:
|
45 |
+
- model: SanjiWatsuki/Kunoichi-7B
|
46 |
+
layer_range: [0, 24]
|
47 |
+
- sources:
|
48 |
+
- model: SanjiWatsuki/Silicon-Maid-7B
|
49 |
+
layer_range: [8, 24]
|
50 |
+
- sources:
|
51 |
+
- model: KatyTheCutie/LemonadeRP-4.5.3
|
52 |
+
layer_range: [24, 32]
|
53 |
+
merge_method: passthrough
|
54 |
+
dtype: float16
|
55 |
+
```
|