--- base_model: - anthracite-core/Mistral-Small-3.2-24B-Instruct-2506-Text-Only - hardlyworking/MS32-2 library_name: transformers tags: - mergekit - merge --- # MS32-Merged 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 Passthrough merge method. ### Models Merged The following models were included in the merge: * [anthracite-core/Mistral-Small-3.2-24B-Instruct-2506-Text-Only](https://huggingface.co/anthracite-core/Mistral-Small-3.2-24B-Instruct-2506-Text-Only) + [hardlyworking/MS32-2](https://huggingface.co/hardlyworking/MS32-2) ### Configuration The following YAML configuration was used to produce this model: ```yaml dtype: bfloat16 merge_method: passthrough models: - model: anthracite-core/Mistral-Small-3.2-24B-Instruct-2506-Text-Only+hardlyworking/MS32-2 ```