Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
Description:
|
15 |
+
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
|
16 |
+
This is the first model I've ever uploaded and wanted to learn more about the process. Merged using mergekit-moe.
|
17 |
+
|
18 |
+
Works up to 8k context, 16k with 2.5 RoPe scaling
|
19 |
+
|
20 |
+
Prompt template: Custom format, or Alpaca
|
21 |
+
|
22 |
+
Alpaca:
|
23 |
+
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
24 |
+
|
25 |
+
### Instruction:
|
26 |
+
{prompt}
|
27 |
+
|
28 |
+
### Response:
|