File size: 542 Bytes
6276fcd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
models:
- model: Nexusflow/Starling-LM-7B-beta
parameters:
weight: 0.5
density: 0.5
- model: Eric111/openchat-3.5-0106-128k-DPO_dpo-binarized-NeuralTrix-7B
parameters:
weight: 0.3
density: 0.3
- model: paulml/OmniBeagleSquaredMBX-v3-7B
parameters:
weight: 0.2
density: 0.2
- model: chargoddard/servile-harpsichord-cdpo
parameters:
weight: 0.3
density: 0.3
merge_method: rescaled_sample
base_model: mistralai/Mistral-7B-v0.1
parameters:
int8_mask: true
dtype: bfloat16
|