File size: 980 Bytes
d4b12ce
 
2d68de9
 
 
d4b12ce
2d68de9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: cc-by-nc-sa-4.0
language:
- en
pipeline_tag: text-generation
---

**Models**
- [Sakura-SOLAR-Instruct](https://huggingface.co/kyujinpy/Sakura-SOLAR-Instruct)
- [Sakura-SOLRCA-Math-Instruct-DPO-v2](https://huggingface.co/kyujinpy/Sakura-SOLRCA-Math-Instruct-DPO-v2)
- [Sakura-SOLRCA-Instruct-DPO](https://huggingface.co/kyujinpy/Sakura-SOLRCA-Instruct-DPO)

**Merge Script**
```
models:
  - model: kyujinpy/Sakura-SOLAR-Instruct
    parameters:
      density: 1.0
      weight: 1.0
  - model: kyujinpy/Sakura-SOLRCA-Math-Instruct-DPO-v2
    parameters:
      density: 0.5
      weight: [0.33, 0.4, 0.33]
  - model: kyujinpy/Sakura-SOLRCA-Instruct-DPO
    parameters:
      density: [0.33, 0.45, 0.66]
      weight: 0.66
merge_method: dare_ties
base_model: kyujinpy/Sakura-SOLAR-Instruct
parameters:
  normalize: true
  int8_mask: true
dtype: bfloat16
tokenizer_source : union

```

Original Author's HuggingFace profile : 
- [kyujinpy](https://huggingface.co/kyujinpy)