Aryanne commited on
Commit
b3fa34d
1 Parent(s): 2e836a5

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama2
3
+
4
+ tags:
5
+ - merge
6
+ - mergekit
7
+ ---
8
+ Another trial of merging models with different sizes, still under testing, should be more stable, but I have no ideia if it's improving or degrading the base model.
9
+
10
+
11
+ Recipe:
12
+ ```
13
+ merge_method: task_anysize
14
+ base_model: princeton-nlp/Sheared-LLaMA-2.7B-ShareGPT
15
+ models:
16
+ - model: KoboldAI/Mistral-7B-Erebus-v3
17
+ parameters:
18
+ weight: 0.5
19
+ dtype: bfloat16
20
+ ```