File size: 1,451 Bytes
c525e38
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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:
- sometimesanotion/Lamarck-14B-v0.7-Fusion
- sometimesanotion/Lamarck-14B-v0.7
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 [SLERP](https://en.wikipedia.org/wiki/Slerp) merge method.

### Models Merged

The following models were included in the merge:
* [sometimesanotion/Lamarck-14B-v0.7-Fusion](https://huggingface.co/sometimesanotion/Lamarck-14B-v0.7-Fusion)
* [sometimesanotion/Lamarck-14B-v0.7](https://huggingface.co/sometimesanotion/Lamarck-14B-v0.7)

### Configuration

The following YAML configuration was used to produce this model:

```yaml
name:                LamarckInfusion-14B-v1
base_model:          sometimesanotion/Lamarck-14B-v0.7
merge_method:        slerp
tokenizer_source:    base
dtype:               float32
out_dtype:           bfloat16
parameters:
  t:
    - filter:        self_attn
      value:         [0.2, 0.5, 0.4, 0.6, 0.8]
    - filter:        mlp
      value:         [0.8, 0.5, 0.6, 0.4, 0.2]
    - value:         [ 0.00, 0.00, 0.08, 0.16, 0.32, 0.48, 0.48, 0.48, 0.48, 0.48, 0.40, 0.32, 0.24 ] 
slices:
  - sources:
      - model:       sometimesanotion/Lamarck-14B-v0.7
        layer_range: [ 0, 48 ]
      - model:       sometimesanotion/Lamarck-14B-v0.7-Fusion
        layer_range: [ 0, 48 ]

```