File size: 1,223 Bytes
52d43c8
 
 
 
 
30ffa9b
 
 
52d43c8
 
 
 
 
 
30ffa9b
 
76a6f7c
52d43c8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
base_model:
- aloobun/Reyna-Mini-1.8B-v0.2
- aloobun/Reyna-Mini-1.8B-v0.1
- Qwen/Qwen1.5-1.8B
license: other
license_name: tongyi-qianwen-research
license_link: https://huggingface.co/Qwen/Qwen1.5-1.8B/blob/main/LICENSE
library_name: transformers
tags:
- mergekit
- merge

---
## Merge Details

This model is the result of [TIES](https://arxiv.org/abs/2306.01708) merging only on the embedding weights, with [Qwen/Qwen1.5-1.8B](https://huggingface.co/Qwen/Qwen1.5-1.8B) as a base.

### Models Merged

The following models were included in the merge:
* [aloobun/Reyna-Mini-1.8B-v0.2](https://huggingface.co/aloobun/Reyna-Mini-1.8B-v0.2)
* [aloobun/Reyna-Mini-1.8B-v0.1](https://huggingface.co/aloobun/Reyna-Mini-1.8B-v0.1)

### Configuration

The following YAML configuration was used to produce this model:

```yaml
merge_method: ties
base_model: Qwen/Qwen1.5-1.8B
models:
  - model: aloobun/Reyna-Mini-1.8B-v0.2
    parameters:
      weight: 0.7 
      density:
        - filter: embed_tokens 
          value: 0.66          
        - value: 1.0
  - model: aloobun/Reyna-Mini-1.8B-v0.1
    parameters:
      weight: 
        - filter: embed_tokens
          value: 0.3 
        - value: 0.0 
      density: 0.66

```