File size: 1,470 Bytes
5ef86f4
 
 
 
 
 
 
 
0666ca8
5ef86f4
 
 
 
42ec6c6
5ef86f4
111bcab
ec0c927
 
 
 
 
 
 
 
111bcab
ec0c927
 
 
5ef86f4
42ec6c6
 
 
 
 
 
 
 
 
ac6ce88
5ef86f4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ac6ce88
 
 
 
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
---
base_model:
- Sao10K/L3-8B-Stheno-v3.2
- Sao10K/L3-8B-Lunaris-v1
library_name: transformers
tags:
- mergekit
- merge
license: llama3
---



![image/png](https://huggingface.co/Entropicengine/Luminatium-L3-8b/resolve/main/image.png)

# **Luminatium-L3-8b : Overpowered.**

## **Recommended Settings**  
```python
temperature: 1.3  
min_p: 0.08
rep_pen : 1.1
top_k : 50
max_tokens/context : 8196
template : Llama-3-instruct
```

---

## **Merge Details**  
### **Merge Method**  
This model was created using **SLERP (Spherical Linear Interpolation)**, a technique that blends model weights along a spherical path in the weight space. This method preserves the unique strengths of both base models while creating a smooth transition between their capabilities.

### **Models Merged**  
* [Sao10K/L3-8B-Stheno-v3.2](https://huggingface.co/Sao10K/L3-8B-Stheno-v3.2)  
* [Sao10K/L3-8B-Lunaris-v1](https://huggingface.co/Sao10K/L3-8B-Lunaris-v1)


### **Configuration**  
```yaml
base_model: Sao10K/L3-8B-Stheno-v3.2
dtype: bfloat16
merge_method: slerp
modules:
  default:
    slices:
    - sources:
      - layer_range: [0, 32]
        model: Sao10K/L3-8B-Stheno-v3.2
      - layer_range: [0, 32]
        model: Sao10K/L3-8B-Lunaris-v1
parameters:
  t:
  - filter: self_attn
    value: [0.0, 0.5, 0.3, 0.7, 1.0]
  - filter: mlp
    value: [1.0, 0.5, 0.7, 0.3, 0.0]
  - value: 0.5
```

**This model was created using [mergekit](https://github.com/cg123/mergekit).**  

---