Kai_v1-DiscoPhoenix / mergekit_config.yml
4Fun2Old's picture
Upload folder using huggingface_hub
75634fc verified
raw
history blame contribute delete
549 Bytes
slices:
- sources:
- model: Keynote-Technology/KAI-7B-v0.1
layer_range: [0, 32]
- model: DRXD1000/Phoenix
layer_range: [0, 32]
# or, the equivalent models: syntax:
# models:
# - model: Keynote-Technology/KAI-7B-v0.1
# - model: mayflowergmbh/DiscoPhoenix-7B-dpo
merge_method: slerp
base_model: Keynote-Technology/KAI-7B-v0.1
parameters:
t:
- filter: self_attn
value: [0, 0.5, 0.3, 0.7, 1]
- filter: mlp
value: [1, 0.5, 0.7, 0.3, 0]
- value: 0.5 # fallback for rest of tensors
dtype: float16