File size: 415 Bytes
39895c6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

models:
  - model: microsoft/Phi-3.5-mini-instruct
    # no parameters necessary for base model
  - model: MaziyarPanahi/calme-2.1-phi3.5-4b
    parameters:
      density: 0.8
      weight: 0.5
  - model: jpacifico/Chocolatine-3B-Instruct-DPO-Revised 
    parameters:
      density: 0.8
      weight: 0.3
merge_method: ties
base_model: microsoft/Phi-3.5-mini-instruct
parameters:
  normalize: true
dtype: float16