lemonteaa commited on
Commit
8416893
1 Parent(s): 4439e68

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Mergekit test 1
2
+
3
+ > This is completely experimental, I don't even know if this works (probably not)
4
+
5
+ Running https://github.com/cg123/mergekit with these config:
6
+
7
+ ```yaml
8
+ models:
9
+ - model: EleutherAI/llemma_7b
10
+ parameters:
11
+ weight: 1.0
12
+ - model: ehartford/dolphin-llama2-7b
13
+ parameters:
14
+ weight: 0.2
15
+ merge_method: linear
16
+ dtype: float16
17
+ ```