File size: 2,816 Bytes
6dc1843
 
 
 
 
 
 
 
54b66e0
6cda2a4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6dc1843
6cda2a4
3056d59
 
 
 
95d0578
3056d59
6dc1843
 
 
8358359
6dc1843
 
 
 
 
 
95d0578
6dc1843
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a2264df
 
 
 
 
 
 
 
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
---
base_model:
- meta-llama/Llama-2-7b-hf
- meta-llama/CodeLlama-7b-hf
library_name: transformers
tags:
- mergekit
- merge
license: llama2
model-index:
- name: coma-7B-v0.1
  results:
  - task:
      type: text-generation
    dataset:
      type: lm-evaluation-harness
      name: bbh
    metrics:
    - name: acc_norm
      type: acc_norm
      value: 0.3355
      verified: false
  - task:
      type: text-generation
    dataset:
      type: lm-evaluation-harness
      name: gpqa
    metrics:
    - name: acc_norm
      type: acc_norm
      value: 0.2587
      verified: false
  - task:
      type: text-generation
    dataset:
      type: lm-evaluation-harness
      name: math
    metrics:
    - name: exact_match
      type: exact_match
      value: 0.0104
      verified: false
  - task:
      type: text-generation
    dataset:
      type: lm-evaluation-harness
      name: mmlu
    metrics:
    - name: acc_norm
      type: acc_norm
      value: 0.1433
      verified: false
  - task:
      type: text-generation
    dataset:
      type: lm-evaluation-harness
      name: musr
    metrics:
    - name: acc_norm
      type: acc_norm
      value: 0.3844
      verified: false
  - task:
      type: text-generation
    dataset:
      type: lm-evaluation-harness
      name: hellaswag
    metrics:
    - name: acc
      type: acc
      value: 0.5182234614618602
      verified: false
    - name: acc_norm
      type: acc_norm
      value: 0.6834295956980682
      verified: false
---

# coma-7B-v0.1

![image/png](https://cdn-uploads.huggingface.co/production/uploads/64e6d37e02dee9bcb9d9fa18/pqU17tDiX2XyUXc_yA8b0.png)

CodeLlama + Llama = CoMa :)
This is an experiment to try merged models

This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).

Quantized version: [DevQuasar/coma-7B-v0.1-GGUF](https://huggingface.co/DevQuasar/coma-7B-v0.1-GGUF)
## Merge Details
### Merge Method

This model was merged using the [linear](https://arxiv.org/abs/2203.05482) merge method.

### Models Merged
"Blast from the Past" :D
The following models were included in the merge:
* [meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf)
* [meta-llama/CodeLlama-7b-hf](https://huggingface.co/meta-llama/CodeLlama-7b-hf)

### Configuration

The following YAML configuration was used to produce this model:

```yaml
models:
  - model: meta-llama/Llama-2-7b-hf
    parameters:
      weight: 1.0
  - model: meta-llama/CodeLlama-7b-hf
    parameters:
      weight: 0.5
merge_method: linear
dtype: float16

```


I'm doing this to 'Make knowledge free for everyone', using my personal time and resources.

If you want to support my efforts please visit my ko-fi page: https://ko-fi.com/devquasar 

Also feel free to visit my website https://devquasar.com/