Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,47 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
2 |
license: unknown
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
inference: false
|
3 |
+
language:
|
4 |
+
- zh
|
5 |
+
- en
|
6 |
license: unknown
|
7 |
+
model_name: Monsoon-7B-exp-1
|
8 |
+
pipeline_tag: text-generation
|
9 |
+
prompt_template: '<s> SYS_PROMPT [INST] QUERY1 [/INST] RESPONSE1 [INST] QUERY2 [/INST]'
|
10 |
+
tags:
|
11 |
+
- nlp
|
12 |
+
- chinese
|
13 |
+
- mistral
|
14 |
+
- mixtral
|
15 |
+
- traditional_chinese
|
16 |
+
- merge
|
17 |
+
- mergekit
|
18 |
+
- MediaTek-Research/Breeze-7B-Instruct-v0_1
|
19 |
+
- SanjiWatsuki/Silicon-Maid-7B
|
20 |
---
|
21 |
+
|
22 |
+
<br/>
|
23 |
+
|
24 |
+
# 雨季 7B exp-1
|
25 |
+
|
26 |
+
Breeze 7B Instruct 與 Silicon-Maid-7B (角色扮演用) 的 dare-ties merge 試驗性模型。
|
27 |
+
|
28 |
+
請用 Silicon-Maid-7B 或是 Breeze-7B-Instruct 所推薦的 Prompt 格式進行操作;以下為模型配置。
|
29 |
+
|
30 |
+
![](https://i.imgur.com/f3Ro6Fu.png)
|
31 |
+
|
32 |
+
### Monsoon 7B exp-1
|
33 |
+
|
34 |
+
This is an experimental Mixtral-architecture DARE-TIES merge model of 2x 7B sized fine-tunes. Breeze and Silicon Maid are used together.
|
35 |
+
|
36 |
+
Model configuration is as follows:
|
37 |
+
|
38 |
+
* [Breeze-7B-Instruct-v0_1](https://huggingface.co/MediaTek-Research/Breeze-7B-Instruct-v0_1) as base.
|
39 |
+
* [Silicon-Maid-7B](https://huggingface.co/SanjiWatsuki/Silicon-Maid-7B) as model 1.
|
40 |
+
|
41 |
+
To use the model, please use either prompt templates suggested by the base models.
|
42 |
+
|
43 |
+
|
44 |
+
### Merge Method
|
45 |
+
|
46 |
+
This model was merged using the [DARE](https://arxiv.org/abs/2311.03099) [TIES](https://arxiv.org/abs/2306.01708) merge method.
|
47 |
+
|