File size: 1,030 Bytes
2c43708
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
base_model:
- meta-llama/Llama-3.1-8B-Instruct
- meta-llama/Llama-3.1-8B
library_name: transformers
tags:
- forgelm
- forge

---
# axeron-29

This is a forge of pre-trained language models created using [forgelm](https://github.com/AxeronAI/forgelm).

## Forge Details
### Forge Method

This model was forged using the [SLERP](https://en.wikipedia.org/wiki/Slerp) forge method.

### Models Forged

The following models were included in the forge:
* [meta-llama/Llama-3.1-8B-Instruct](https://huggingface.co/meta-llama/Llama-3.1-8B-Instruct)
* [meta-llama/Llama-3.1-8B](https://huggingface.co/meta-llama/Llama-3.1-8B)

### Configuration

The following YAML configuration was used to produce this model:

```yaml
base_model: meta-llama/Llama-3.1-8B
dtype: bfloat16
forge_method: slerp
modules:
  default:
    slices:
    - sources:
      - layer_range: [0, 32]
        model: meta-llama/Llama-3.1-8B
      - layer_range: [0, 32]
        model: meta-llama/Llama-3.1-8B-Instruct
parameters:
  t: 0.5
tokenizer:
  source: base
```