File size: 411 Bytes
2ab8d23
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

models:
  - model: mlabonne/AlphaMonarch-7B
    parameters:
      density: 0.8
      weight: 0.33
  - model: mistralai/Mistral-7B-Instruct-v0.2
    parameters:
      density: 0.8
      weight: 0.33
  - model: Kukedlc/NeuralMaths-Experiment-7b
    parameters:
      density: 0.7
      weight: 0.33

merge_method: ties
base_model: mistralai/Mistral-7B-Instruct-v0.2
parameters:
  int8_mask: true
dtype: bfloat16