FallenMerick commited on
Commit
6d7db6c
1 Parent(s): 76b2e8c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -51
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
- ## Merge Details
23
- ### Merge Method
24
-
25
- This model was merged using the passthrough merge method.
26
-
27
- ### Models Merged
28
-
29
- The following models were included in the merge:
30
- * [KatyTheCutie/LemonadeRP-4.5.3](https://huggingface.co/KatyTheCutie/LemonadeRP-4.5.3)
31
- * [SanjiWatsuki/Kunoichi-7B](https://huggingface.co/SanjiWatsuki/Kunoichi-7B)
32
- * [SanjiWatsuki/Silicon-Maid-7B](https://huggingface.co/SanjiWatsuki/Silicon-Maid-7B)
33
-
34
- ### Configuration
35
-
36
- The following YAML configuration was used to produce this model:
37
-
38
- ```yaml
39
- slices:
40
- - sources:
41
- - model: SanjiWatsuki/Kunoichi-7B
42
- layer_range: [0, 24]
43
- - sources:
44
- - model: SanjiWatsuki/Silicon-Maid-7B
45
- layer_range: [8, 24]
46
- - sources:
47
- - model: KatyTheCutie/LemonadeRP-4.5.3
48
- layer_range: [24, 32]
49
- merge_method: passthrough
50
- dtype: float16
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
+ ```