File size: 566 Bytes
3b8fa08
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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

models:
  - model: liminerity/M7-7b
    # no parameters necessary for base model
  - model: automerger/YamShadow-7B 
    parameters:
      weight: 0.3
      density: 0.5
  - model: mlabonne/AlphaMonarch-7B 
    parameters:
      weight: 0.2
      density: 0.5
  - model: automerger/OgnoExperiment27-7B 
    parameters:
      weight: 0.2
      density: 0.5
  - model: Kukedlc/Jupiter-k-7B-slerp
    parameters:
      weight: 0.3
      density: 0.5
merge_method: dare_ties
base_model: liminerity/M7-7b

parameters:
  int8_mask: true
  normalize: true
dtype: bfloat16