File size: 765 Bytes
f25be37
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# models:
#   - model: mistralai/Mistral-7B-Instruct-v0.3
#     # no parameters necessary for base model
#   - model: mistralai/Mistral-7B-v0.1
#     parameters:
#       density: 0.5
#       weight: 1
#   - model: mistralai/Mistral-7B-v0.3
#     parameters:
#       density: 0.5
#       weight: 0.3
# merge_method: task_arithmetic
# base_model: mistralai/Mistral-7B-Instruct-v0.3
# parameters:
#   normalize: true
# dtype: float16

models:
  - model: microsoft/Phi-3.5-mini-instruct
    parameters:
      weight: 1.0
  - model: microsoft/Phi-3-mini-4k-instruct
    parameters: 
      weight: 0.6
  - model: microsoft/Phi-3-mini-128k-instruct
    parameters: 
      weight: 0.2
base_model: microsoft/Phi-3.5-mini-instruct
merge_method: task_arithmetic
dtype: float16