19 lines
533 B
YAML
19 lines
533 B
YAML
models:
|
|
- model: CultriX/NeuralTrix-7B-dpo # no parameters necessary for base model
|
|
- model: mlabonne/AlphaMonarch-7B
|
|
parameters:
|
|
density: 0.5 # fraction of weights in differences from the base model to retain
|
|
weight: # weight gradient
|
|
- filter: mlp
|
|
value: 0.5
|
|
- value: 0
|
|
- model: bardsai/jaskier-7b-dpo-v5.6
|
|
parameters:
|
|
density: 0.5
|
|
weight: 0.5
|
|
merge_method: ties
|
|
base_model: CultriX/NeuralTrix-7B-dpo
|
|
parameters:
|
|
normalize: true
|
|
int8_mask: true
|
|
dtype: float16 |