dolphin-hermes_2.5 / mergekit_config.yml
giannisan's picture
Upload folder using huggingface_hub
f81af78 verified
raw
history blame contribute delete
No virus
560 Bytes
slices:
- sources:
- model: giannisan/dolphin-mistral-gianni
layer_range: [0, 32]
- model: teknium/OpenHermes-2.5-Mistral-7B
layer_range: [0, 32]
# or, the equivalent models: syntax:
# models:
# - model: psmathur/orca_mini_v3_13b
# - model: garage-bAInd/Platypus2-13B
merge_method: slerp
base_model: giannisan/dolphin-mistral-gianni
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: bfloat16