Jacoby746 commited on
Commit
01feede
1 Parent(s): 2384d17

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - BAAI/Infinity-Instruct-7M-Gen-mistral-7B
4
+ - Senseable/WestLake-7B-v2
5
+ - SanjiWatsuki/Kunoichi-DPO-v2-7B
6
+ - Gryphe/Tiamat-7b-1.1-DPO
7
+ - uukuguy/speechless-instruct-mistral-7b-v0.2
8
+ base_model_relation: merge
9
+ license: apache-2.0
10
+ ---
11
+
12
+ Test merge of 7b models for learning purposees.
13
+
14
+ New in v0.2:
15
+ Wanted to try a different gate type and using bfloat16, along with more detailed prompting to see if there's a noticeable difference.
16
+
17
+ Description:
18
+ This model is a merge of BAAI/Infinity-Instruct-7M-Gen-mistral-7B, SanjiWatsuki/Kunoichi-7B, Gryphe_Tiamat-7b-1.1-DPO, Senseable_WestLake-7B-v2 and uukuguy/speechless-instruct-mistral-7b-v0.2
19
+ This is the first model I've ever uploaded and wanted to learn more about the process. Merged using mergekit-moe.
20
+
21
+ Works up to 8k context, 16k with 2.5 RoPe scaling
22
+
23
+ Prompt template: Custom format, or Alpaca
24
+
25
+ Alpaca:
26
+ Below is an instruction that describes a task. Write a response that appropriately completes the request.
27
+
28
+ ### Instruction:
29
+ {prompt}
30
+
31
+ ### Response: