File size: 484 Bytes
d4a76a3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
models:
  - model: "mistralai/Mistral-Small-24B-Base-2501"
    parameters:
      weight: 0.7          
      density: 1     
  - model: "mistralai/Mistral-Small-24B-Instruct-2501"
    parameters:
      weight: 0.3   
      density: 1        

merge_method: ties        
base_model: "mistralai/Mistral-Small-24B-Base-2501" 

parameters:
  density: 1             
  normalize: true         
  int8_mask: true         

dtype: bfloat16          
output: "Mistral-Small-24B-TIES-Merged"