martyn commited on
Commit
f116230
·
1 Parent(s): a41cfe4

Add README

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md CHANGED
@@ -1,3 +1,35 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ language:
4
+ - en
5
+ pipeline_tag: text-generation
6
+ inference: false
7
+ tags:
8
+ - dare
9
+ - super mario merge
10
+ - pytorch
11
+ - llama
12
+ - llama-2
13
  ---
14
+
15
+
16
+ # mistral 7b mega merge
17
+
18
+ This model was merged using [https://github.com/martyn/safetensors-merge-supermario](https://github.com/martyn/safetensors-merge-supermario) with hyperparams `p=0.12` and `lambda=2.1`.
19
+
20
+ The first entry is the base model:
21
+
22
+ ```
23
+ mistralai/Mistral-7B-Instruct-v0.2
24
+ uukuguy/speechless-code-mistral-7b-v1.0
25
+ AIDC-ai-business/Marcoroni-7B-v3
26
+ Weyaxi/Seraph-7B
27
+ rwitz/dec10
28
+ Intel/neural-chat-7b-v3-3
29
+ rwitz/go-bruins-v2
30
+ ```
31
+
32
+ To merge your own model:
33
+ ```
34
+ python hf_merge.py to_merge_7b.txt mistral_7b_0.2_merge -p 0.12 -lambda 2.1
35
+ ```