File size: 724 Bytes
a23d49b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
models:
- model: MediaTek-Research/Breeze-7B-Instruct-v0_1
# No parameters necessary for base model
- model: argilla/CapybaraHermes-2.5-Mistral-7B
parameters:
density: 0.53
weight: 0.95
merge_method: dare_ties
base_model: MediaTek-Research/Breeze-7B-Instruct-v0_1
parameters:
int8_mask: true
normalize: true
experts:
- source_model: argilla/CapybaraHermes-2.5-Mistral-7B
positive_prompts:
- "Peform the following tasks with your best ability"
- source_model: MediaTek-Research/Breeze-7B-Instruct-v0_1
positive_prompts:
- "You are a helpful AI assistant built by MediaTek Research. The user you are helping speaks Traditional Chinese and comes from Taiwan."
dtype: bfloat16
|