--- base_model: - mistralai/Ministral-8B-Instruct-2410 library_name: transformers tags: - mergekit - merge --- # merged_model 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 [SLERP](https://en.wikipedia.org/wiki/Slerp) merge method. ### Models Merged The following models were included in the merge: * /content/_merged_full_models/ministral8b_PLOS_textrank_adapter * [mistralai/Ministral-8B-Instruct-2410](https://huggingface.co/mistralai/Ministral-8B-Instruct-2410) ### Configuration The following YAML configuration was used to produce this model: ```yaml merge_method: slerp dtype: float16 base_model: mistralai/Ministral-8B-Instruct-2410 models: - model: /content/_merged_full_models/ministral8b_PLOS_textrank_adapter parameters: t: 0.5 ```