sam-ezai commited on
Commit
3f37420
1 Parent(s): d114c81

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -21,14 +21,16 @@ Breezeblossom-v4-mistral-2x7B is a Mixure of Experts (MoE) made with the followi
21
 
22
  ## 🧩 Configuration
23
 
24
- ```yamlbase_model: MediaTek-Research/Breeze-7B-Instruct-v0_1
 
25
  gate_mode: hidden
26
  dtype: float16
27
  experts:
28
  - source_model: MediaTek-Research/Breeze-7B-Instruct-v0_1
29
  positive_prompts: [ "<s>You are a helpful AI assistant built by MediaTek Research. The user you are helping speaks Traditional Chinese and comes from Taiwan. [INST] 你好,請問你可以完成什麼任務? [/INST] "]
30
  - source_model: Azure99/blossom-v4-mistral-7b
31
- positive_prompts: ["A chat between a human and an artificial intelligence bot. The bot gives helpful, detailed, and polite answers to the human's questions. \n|Human|: hello\n|Bot|: "]```
 
32
 
33
  ## 💻 Usage
34
 
 
21
 
22
  ## 🧩 Configuration
23
 
24
+ ```yaml
25
+ base_model: MediaTek-Research/Breeze-7B-Instruct-v0_1
26
  gate_mode: hidden
27
  dtype: float16
28
  experts:
29
  - source_model: MediaTek-Research/Breeze-7B-Instruct-v0_1
30
  positive_prompts: [ "<s>You are a helpful AI assistant built by MediaTek Research. The user you are helping speaks Traditional Chinese and comes from Taiwan. [INST] 你好,請問你可以完成什麼任務? [/INST] "]
31
  - source_model: Azure99/blossom-v4-mistral-7b
32
+ positive_prompts: ["A chat between a human and an artificial intelligence bot. The bot gives helpful, detailed, and polite answers to the human's questions. \n|Human|: hello\n|Bot|: "]
33
+ ```
34
 
35
  ## 💻 Usage
36