Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model:
|
4 |
+
- BAAI/Infinity-Instruct-7M-Gen-mistral-7B
|
5 |
+
- SanjiWatsuki/Kunoichi-7B
|
6 |
+
- uukuguy/speechless-instruct-mistral-7b-v0.2
|
7 |
+
base_model_relation: merge
|
8 |
+
---
|
9 |
+
|
10 |
+
Test merge of 7b models for learning purposees. v0.2 is mostly the same, with minor promting changes and consolidating shards from 1B to 4B to reduce number of files.
|
11 |
+
|
12 |
+
Description: This model is a merge of BAAI/Infinity-Instruct-7M-Gen-mistral-7B, SanjiWatsuki/Kunoichi-7B, and uukuguy/speechless-instruct-mistral-7b-v0.2 This is the first model I've ever uploaded and wanted to learn more about the process. Merged using mergekit-moe.
|
13 |
+
|
14 |
+
Works up to 8k context, 16k with 2.5 RoPe scaling
|
15 |
+
|
16 |
+
Prompt template: Custom format, or Alpaca
|
17 |
+
|
18 |
+
Alpaca: Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
19 |
+
|
20 |
+
Instruction:
|
21 |
+
{prompt}
|
22 |
+
|
23 |
+
Response:
|