File size: 1,665 Bytes
3a51da4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
base_model:
- Cas-Archive/L3-Penumbral-Mind-RP-8B
- ChaoticNeutrals/T-900-8B
- failspy/Llama-3-8B-Instruct-MopeyMule
- PJMixers-Archive/LLaMa-3-Instruct-ToxicQAFinal-ORPO-8B-QDoRA
library_name: transformers
tags:
- mergekit
- merge

---
# over

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 [SCE](https://arxiv.org/abs/2408.07990) merge method using [failspy/Llama-3-8B-Instruct-MopeyMule](https://huggingface.co/failspy/Llama-3-8B-Instruct-MopeyMule) + [PJMixers-Archive/LLaMa-3-Instruct-ToxicQAFinal-ORPO-8B-QDoRA](https://huggingface.co/PJMixers-Archive/LLaMa-3-Instruct-ToxicQAFinal-ORPO-8B-QDoRA) as a base.

### Models Merged

The following models were included in the merge:
* [Cas-Archive/L3-Penumbral-Mind-RP-8B](https://huggingface.co/Cas-Archive/L3-Penumbral-Mind-RP-8B)
* [ChaoticNeutrals/T-900-8B](https://huggingface.co/ChaoticNeutrals/T-900-8B)

### Configuration

The following YAML configuration was used to produce this model:

```yaml
base_model: failspy/Llama-3-8B-Instruct-MopeyMule+PJMixers-Archive/LLaMa-3-Instruct-ToxicQAFinal-ORPO-8B-QDoRA
chat_template: llama3
dtype: float32
merge_method: sce
modules:
  default:
    slices:
    - sources:
      - layer_range: [0, 32]
        model: Cas-Archive/L3-Penumbral-Mind-RP-8B
      - layer_range: [0, 32]
        model: ChaoticNeutrals/T-900-8B
      - layer_range: [0, 32]
        model: failspy/Llama-3-8B-Instruct-MopeyMule+PJMixers-Archive/LLaMa-3-Instruct-ToxicQAFinal-ORPO-8B-QDoRA
parameters:
  select_topk: 0.25
tokenizer:
  pad_to_multiple_of: 32
```