models: | |
- model: mistralai/Mistral-7B-Instruct-v0.2 | |
# no parameters necessary for base model | |
- model: bofenghuang/vigostral-7b-chat | |
parameters: | |
density: 0.5 | |
weight: 0.5 | |
- model: jpacifico/French-Alpaca-7B-Instruct-beta | |
parameters: | |
density: 0.5 | |
weight: 0.3 | |
merge_method: ties | |
base_model: mistralai/Mistral-7B-Instruct-v0.2 | |
parameters: | |
normalize: true | |
dtype: float16 | |