sahabatai-8b-mrl-embedding-final / mergekit_config.yml
evoreign's picture
Upload folder using huggingface_hub
1caedc8 verified
raw
history blame contribute delete
826 Bytes
models:
- model: ./full_model_0
parameters:
density: 0.5 # Keeps the top 50% of most changed weights
weight: 0.33 # Give each model roughly equal weight
- model: ./full_model_1
parameters:
density: 0.5 # Keeps the top 50% of most changed weights
weight: 0.33 # Give each model roughly equal weight
- model: ./full_model_2
parameters:
density: 0.5 # Keeps the top 50% of most changed weights
weight: 0.33 # Give each model roughly equal weight
- model: ./full_model_3
parameters:
density: 0.5 # Keeps the top 50% of most changed weights
weight: 0.33 # Give each model roughly equal weight
merge_method: ties
base_model: GoToCompany/llama3-8b-cpt-sahabatai-v1-instruct # TIES needs the original base model
parameters:
normalize: true
dtype: float16