File size: 886 Bytes
98c80c1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: apache-2.0
tags:
- merge
- mergekit
- lazymergekit
- ndavidson/phi-3.1-qlorablend-1
- ndavidson/phi-3.1-qlorablend-0
---

# phi-3.1-qlora-blend-dpo

phi-3.1-qlora-blend-dpo is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
* [ndavidson/phi-3.1-qlorablend-1](https://huggingface.co/ndavidson/phi-3.1-qlorablend-1)
* [ndavidson/phi-3.1-qlorablend-0](https://huggingface.co/ndavidson/phi-3.1-qlorablend-0)

## 🧩 Configuration

```yaml
models:
  - model: microsoft/Phi-3-mini-4k-instruct
    # no parameters necessary for base model
  - model: ndavidson/phi-3.1-qlorablend-1
    parameters:
      density: 0.5
      weight: 0.5
  - model: ndavidson/phi-3.1-qlorablend-0
    parameters:
      density: 0.5
      weight: 0.5
merge_method: ties
base_model: microsoft/Phi-3-mini-4k-instruct
parameters:
  normalize: true
dtype: float16

```