25 lines
602 B
YAML
25 lines
602 B
YAML
|
|
models:
|
||
|
|
- model: mistralai/Mistral-7B-v0.1
|
||
|
|
# No parameters necessary for base model
|
||
|
|
- model: cognitivecomputations/samantha-1.1-westlake-7b
|
||
|
|
parameters:
|
||
|
|
density: 0.59
|
||
|
|
weight: 0.15
|
||
|
|
- model: NeverSleep/Noromaid-7B-0.4-DPO
|
||
|
|
parameters:
|
||
|
|
density: 0.59
|
||
|
|
weight: 0.3
|
||
|
|
- model: teknium/OpenHermes-2.5-Mistral-7B
|
||
|
|
parameters:
|
||
|
|
density: 0.49
|
||
|
|
weight: 0.3
|
||
|
|
- model: Open-Orca/Mistral-7B-OpenOrca
|
||
|
|
parameters:
|
||
|
|
density: 0.49
|
||
|
|
weight: 0.25
|
||
|
|
merge_method: dare_ties
|
||
|
|
base_model: mistralai/Mistral-7B-v0.1
|
||
|
|
parameters:
|
||
|
|
int8_mask: true
|
||
|
|
dtype: bfloat16
|