Aryanne commited on
Commit
b3322cd
1 Parent(s): 65609e6

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: apache-2.0
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
+ In this I changed something, to have more Westlake.
11
+ Recipe:
12
+ ```
13
+ merge_method: task_anysize
14
+ base_model: princeton-nlp/Sheared-LLaMA-2.7B-ShareGPT
15
+ models:
16
+ - model: senseable/WestLake-7B-v2
17
+ parameters:
18
+ weight: 1.0
19
+ dtype: bfloat16
20
+ ```