File size: 1,558 Bytes
86bbc6c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
base_model:
- flammenai/Llama3.1-Flammades-70B
- huihui-ai/Llama-3.3-70B-Instruct-abliterated
library_name: transformers
tags:
- mergekit
- merge
license: llama3.3
---
# lammerged

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 SLERP merge method.

### Models Merged

The following models were included in the merge:
* [flammenai/Llama3.1-Flammades-70B](https://huggingface.co/flammenai/Llama3.1-Flammades-70B)
* [huihui-ai/Llama-3.3-70B-Instruct-abliterated](https://huggingface.co/huihui-ai/Llama-3.3-70B-Instruct-abliterated)

### Configuration

The following YAML configuration was used to produce this model:

```yaml
models:
  - model: huihui-ai/Llama-3.3-70B-Instruct-abliterated
  - model: flammenai/Llama3.1-Flammades-70B
merge_method: slerp
base_model: huihui-ai/Llama-3.3-70B-Instruct-abliterated
dtype: bfloat16
parameters:
  t: [
    0, 0.018, 0.073, 0.091, 0.109, 0.127, 0.145, 0.164, 0.182, 0.2, 
    0.218, 0.236, 0.255, 0.273, 0.291, 0.309, 0.327, 0.345, 0.364, 0.382, 0.4, 
    0.418, 0.436, 0.455, 0.473, 0.491, 0.509, 0.527, 0.545, 0.564, 0.582, 0.6, 
    0.588, 0.576, 0.564, 0.552, 0.54, 0.527, 0.515, 0.503, 0.491, 0.479, 0.467, 
    0.455, 0.442, 0.43, 0.418, 0.406, 0.394, 0.382, 0.369, 0.357, 0.345, 0.333, 
    0.321, 0.309, 0.297, 0.285, 0.273, 0.26, 0.248, 0.236, 0.224, 0.212, 0.2, 
    0.188, 0.176, 0.164, 0.151, 0.139, 0.127, 0.115, 0.103, 0.091, 0.079, 0.067, 
    0.055, 0.028, 0, 0
]


```