File size: 1,293 Bytes
6e7d483
 
 
 
 
 
 
 
 
 
 
a08e4bf
6e7d483
a08e4bf
6e7d483
a08e4bf
6e7d483
a08e4bf
 
 
 
 
 
 
 
 
6e7d483
a08e4bf
6e7d483
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
base_model:
- Etherll/Qwen2.5-7B-della-test
- marcuscedricridia/olmner-7b
- ehristoforu/fq2.5-7b-it-normalize_false
library_name: transformers
tags:
- mergekit
- merge

---
 ๐Ÿ“Š OLMNER-DELLA-7B Benchmark Results  

OLMNER-DELLA-7B takes OLMNER to the next level by merging it with a **DELLA-optimized model**, achieving even stronger results!  

## ๐Ÿ”ฅ Performance Scores  

| Metric               | Score  |
|----------------------|--------|
| **Average Score**    | **36.35%** |
| **IFEval**           | **76.37%** |
| **BBH**              | **35.90%** |
| **MATH**             | **49.62%** |
| **GPQA**             | **6.82%** |
| **MUSR**             | **11.80%** |
| **MMLU-PRO**         | **37.62%** |

๐ŸŒ **Carbon Emission Estimate:** **0.65 kg COโ‚‚**  
### Configuration

The following YAML configuration was used to produce this model:

```yaml
models:
  - model: ehristoforu/fq2.5-7b-it-normalize_false
    #no parameters necessary for base model
  - model: Etherll/Qwen2.5-7B-della-test
    parameters:
      density: 0.5
      weight: 0.5
  - model: marcuscedricridia/olmner-7b
    parameters:
      density: 0.5
      weight: 0.5

merge_method: ties
base_model: ehristoforu/fq2.5-7b-it-normalize_false
parameters:
  normalize: false
  int8_mask: true
dtype: bfloat16
```