File size: 2,734 Bytes
c5413a4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
---
base_model:
- ibm-granite/granite-3b-code-base-2k
- PJMixers-Dev/LLaMa-3.2-Instruct-JankMix-v0.1-SFT-3B
- stabilityai/stable-code-3b
- Bllossom/llama-3.2-Korean-Bllossom-3B
- ICEPVP8977/Uncensored_llama_3.2_3b_safetensors
- Qwen/Qwen2.5-3B
- chuanli11/Llama-3.2-3B-Instruct-uncensored
- Qwen/Qwen2.5-3B-Instruct
- meta-llama/Llama-3.2-3B-Instruct
- meta-llama/Llama-3.2-3B
library_name: transformers
tags:
- mergekit
- merge

---
# merge

This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).

## Merge Details
### Merge Method

This model was merged using the passthrough merge method.

### Models Merged

The following models were included in the merge:
* [ibm-granite/granite-3b-code-base-2k](https://huggingface.co/ibm-granite/granite-3b-code-base-2k)
* [PJMixers-Dev/LLaMa-3.2-Instruct-JankMix-v0.1-SFT-3B](https://huggingface.co/PJMixers-Dev/LLaMa-3.2-Instruct-JankMix-v0.1-SFT-3B)
* [stabilityai/stable-code-3b](https://huggingface.co/stabilityai/stable-code-3b)
* [Bllossom/llama-3.2-Korean-Bllossom-3B](https://huggingface.co/Bllossom/llama-3.2-Korean-Bllossom-3B)
* [ICEPVP8977/Uncensored_llama_3.2_3b_safetensors](https://huggingface.co/ICEPVP8977/Uncensored_llama_3.2_3b_safetensors)
* [Qwen/Qwen2.5-3B](https://huggingface.co/Qwen/Qwen2.5-3B)
* [chuanli11/Llama-3.2-3B-Instruct-uncensored](https://huggingface.co/chuanli11/Llama-3.2-3B-Instruct-uncensored)
* [Qwen/Qwen2.5-3B-Instruct](https://huggingface.co/Qwen/Qwen2.5-3B-Instruct)
* [meta-llama/Llama-3.2-3B-Instruct](https://huggingface.co/meta-llama/Llama-3.2-3B-Instruct)
* [meta-llama/Llama-3.2-3B](https://huggingface.co/meta-llama/Llama-3.2-3B)

### Configuration

The following YAML configuration was used to produce this model:

```yaml
slices:
  - sources:
      - layer_range: [0, 1]
        model: ICEPVP8977/Uncensored_llama_3.2_3b_safetensors

  - sources:
      - layer_range: [0, 1]
        model: meta-llama/Llama-3.2-3B-Instruct

  - sources:
      - layer_range: [0, 1]
        model: meta-llama/Llama-3.2-3B

  - sources:
      - layer_range: [0, 1]
        model: chuanli11/Llama-3.2-3B-Instruct-uncensored

  - sources:
      - layer_range: [0, 1]
        model: PJMixers-Dev/LLaMa-3.2-Instruct-JankMix-v0.1-SFT-3B

  - sources:
      - layer_range: [0, 1]
        model: Bllossom/llama-3.2-Korean-Bllossom-3B

  - sources:
      - layer_range: [0, 1]
        model: Qwen/Qwen2.5-3B-Instruct

  - sources:
      - layer_range: [0, 1]
        model: Qwen/Qwen2.5-3B

  - sources:
      - layer_range: [0, 1]
        model: stabilityai/stable-code-3b

  - sources:
      - layer_range: [0, 1]
        model: ibm-granite/granite-3b-code-base-2k

merge_method: passthrough
dtype: float16
```