Views
No views yet
| Name | Quant method | Size |
|---|---|---|
| Honey-Yuzu-13B.Q2_K.gguf | Q2_K | 4.33GB |
| Honey-Yuzu-13B.IQ3_XS.gguf | IQ3_XS | 4.81GB |
| Honey-Yuzu-13B.IQ3_S.gguf | IQ3_S | 5.07GB |
| Honey-Yuzu-13B.Q3_K_S.gguf | Q3_K_S | 5.04GB |
| Honey-Yuzu-13B.IQ3_M.gguf | IQ3_M | 5.24GB |
| Honey-Yuzu-13B.Q3_K.gguf | Q3_K | 5.62GB |
| Honey-Yuzu-13B.Q3_K_M.gguf | Q3_K_M | 5.62GB |
| Honey-Yuzu-13B.Q3_K_L.gguf | Q3_K_L | 6.11GB |
| Honey-Yuzu-13B.IQ4_XS.gguf | IQ4_XS | 6.3GB |
| Honey-Yuzu-13B.Q4_0.gguf | Q4_0 | 6.57GB |
| Honey-Yuzu-13B.IQ4_NL.gguf | IQ4_NL | 6.64GB |
| Honey-Yuzu-13B.Q4_K_S.gguf | Q4_K_S | 6.62GB |
| Honey-Yuzu-13B.Q4_K.gguf | Q4_K | 6.99GB |
| Honey-Yuzu-13B.Q4_K_M.gguf | Q4_K_M | 6.99GB |
| Honey-Yuzu-13B.Q4_1.gguf | Q4_1 | 7.29GB |
| Honey-Yuzu-13B.Q5_0.gguf | Q5_0 | 8.01GB |
| Honey-Yuzu-13B.Q5_K_S.gguf | Q5_K_S | 8.01GB |
| Honey-Yuzu-13B.Q5_K.gguf | Q5_K | 8.22GB |
| Honey-Yuzu-13B.Q5_K_M.gguf | Q5_K_M | 8.22GB |
| Honey-Yuzu-13B.Q5_1.gguf | Q5_1 | 8.73GB |
| Honey-Yuzu-13B.Q6_K.gguf | Q6_K | 9.53GB |
| Honey-Yuzu-13B.Q8_0.gguf | Q8_0 | 12.35GB |

Below is an instruction that describes a task. Write a response that appropriately completes the request.
### Instruction:
{prompt}
### Response:1slices: # this is a quick float32 restack of BLC using the OG recipe
2 - sources:
3 - model: SanjiWatsuki/Kunoichi-7B
4 layer_range: [0, 24]
5 - sources:
6 - model: SanjiWatsuki/Silicon-Maid-7B
7 layer_range: [8, 24]
8 - sources:
9 - model: KatyTheCutie/LemonadeRP-4.5.3
10 layer_range: [24, 32]
11merge_method: passthrough
12dtype: float32
13name: Big-Lemon-Cookie-11B
14---
15models: # this is a remake of CLC with the newer Fimbul v2.1 version
16 - model: Big-Lemon-Cookie-11B
17 parameters:
18 weight: 0.85
19 - model: Sao10K/Fimbulvetr-11B-v2.1-16K
20 parameters:
21 weight: 0.15
22merge_method: linear
23dtype: float32
24name: Chunky-Lemon-Cookie-11B
25---
26slices: # 8 layers of WL for the splice
27 - sources:
28 - model: senseable/WestLake-7B-v2
29 layer_range: [8, 16]
30merge_method: passthrough
31dtype: float32
32name: WL-splice
33---
34slices: # 8 layers of CLC for the splice
35 - sources:
36 - model: Chunky-Lemon-Cookie-11B
37 layer_range: [8, 16]
38merge_method: passthrough
39dtype: float32
40name: CLC-splice
41---
42models: # this is the splice, a gradient merge meant to gradually and smoothly interpolate between stacks of different models
43 - model: WL-splice
44 parameters:
45 weight: [1, 1, 0.75, 0.625, 0.5, 0.375, 0.25, 0, 0] # 0.125 / 0.875 values removed here - "math gets screwy"
46 - model: CLC-splice
47 parameters:
48 weight: [0, 0, 0.25, 0.375, 0.5, 0.625, 0.75, 1, 1] # 0.125 / 0.875 values removed here - "math gets screwy"
49merge_method: dare_linear # according to some paper, "DARE is all you need"
50base_model: WL-splice
51dtype: float32
52name: splice
53---
54slices: # putting it all together
55 - sources:
56 - model: senseable/WestLake-7B-v2
57 layer_range: [0, 16]
58 - sources:
59 - model: splice
60 layer_range: [0, 8]
61 - sources:
62 - model: Chunky-Lemon-Cookie-11B
63 layer_range: [16, 48]
64merge_method: passthrough
65dtype: float32
66name: Honey-Yuzu-13B