Files
TriFusionNexus-7b/mergekit_config.yml

19 lines
533 B
YAML
Raw Normal View History

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