File size: 491 Bytes
9c74587
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Task Arithmetic
# Each lambda is 0.3, refer to AdaMerging Fig.1 [https://arxiv.org/abs/2310.02575] 
base_model: mistralai/Mistral-7B-v0.1
models:
  - model: mistralai/Mistral-7B-Instruct-v0.2
    parameters:
      weight: 1.0
  - model: TIGER-Lab/MAmmoTH2-7B
    parameters:
      weight: 1.0
  - model: Nondzu/Mistral-7B-codealpaca-lora
    parameters:
      weight: 1.0
merge_method: task_arithmetic
parameters:
  normalize: false
  lambda: 0.3
dtype: float16
tokenizer:
  source: union