File size: 291 Bytes
4872a18
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
models:
  - model: "./step1"
    parameters:
      weight: 0.5
      density: 0.9
      gamma: 0.01
  - model: "./step2"
    parameters:
      weight: 0.5
      density: 0.9
      gamma: 0.01
base_model: "./step1"      
merge_method: breadcrumbs_ties
dtype: float32
name: step3