| 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 | |