Mistral-Large-Ties / README.md
gghfez's picture
Update README.md
1cb77af verified
---
base_model:
- mistralai/Mistral-Large-Instruct-2411
- mistralai/Mistral-Large-Instruct-2407
library_name: transformers
tags:
- mergekit
- merge
---
# gghfez/Mistral-Large-Ties
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
## Merge Details
### Merge Method
This model was merged using the [TIES](https://arxiv.org/abs/2306.01708) merge method.
### Models Merged
The following models were included in the merge:
* mistralai/Mistral-Large-Instruct-2411
* mistralai/Mistral-Large-Instruct-2407
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: mistralai/full/Mistral-Large-Instruct-2411
parameters:
weight: 1
merge_method: ties
base_model: mistralai/Mistral-Large-Instruct-2407
parameters:
normalize: true
int8_mask: true
dtype: bfloat16
```