Aryanne commited on
Commit
9965e14
1 Parent(s): 7f8a7bf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -5,4 +5,16 @@ 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.
 
 
 
 
 
 
 
 
 
 
 
 
 
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: senseable/WestLake-7B-v2
17
+ parameters:
18
+ weight: 1.0
19
+ dtype: bfloat16
20
+ ```