File size: 826 Bytes
e9428fb 1caedc8 e9428fb |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
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
|