Biscotto58 commited on
Commit
7e36b4a
·
verified ·
1 Parent(s): 7b51d09

Upload Merge Configuration

Browse files
Files changed (1) hide show
  1. merge_config.yaml +45 -0
merge_config.yaml ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ------------------------------------------------------------------------------
2
+ # STAGE 1: COMPONENT CREATION (LINEAR ALIGNMENT)
3
+ # ------------------------------------------------------------------------------
4
+
5
+ # MERGE 1_A: The "Id" Part 1
6
+ models:
7
+ - model: SicariusSicariiStuff/Impish_Nemo_12B
8
+ parameters:
9
+ weight: 0.5
10
+ density: 1.0
11
+ - model: SicariusSicariiStuff/Impish_Bloodmoon_12B
12
+ parameters:
13
+ weight: 0.5
14
+ density: 1.0
15
+ merge_method: ties
16
+ base_model: mistralai/Mistral-Nemo-Instruct-2407
17
+ parameters:
18
+ normalize: true
19
+ int8_mask: false
20
+ allow_negative_weights: true
21
+ dtype: bfloat16
22
+ name: merge_1_a
23
+ tokenizer_source: mistralai/Mistral-Nemo-Instruct-2407
24
+
25
+ ---
26
+
27
+ # MERGE 1: The "Id" Complete
28
+ models:
29
+ - model: merge_1_a
30
+ parameters:
31
+ weight: 0.6
32
+ density: 1.0
33
+ - model: ReadyArt/Omega-Darker_The-Final-Directive-12B
34
+ parameters:
35
+ weight: 0.4
36
+ density: 1.0
37
+ merge_method: ties
38
+ base_model: mistralai/Mistral-Nemo-Instruct-2407
39
+ parameters:
40
+ normalize: true
41
+ int8_mask: false
42
+ allow_negative_weights: true
43
+ dtype: bfloat16
44
+ name: merge_1
45
+ tokenizer_source: mistralai/Mistral-Nemo-Instruct-2407