--- base_model: - yamatazen/Himeyuri-Magnum-12B - shisa-ai/shisa-v2-mistral-nemo-12b library_name: transformers tags: - mergekit - merge - chatml language: - en - ja --- ![image/png](https://huggingface.co/yamatazen/HMS-Slerp-12B/resolve/main/HMS-Slerp-12B.png?download=true) This is a ChatML model. Note: HMS stands for Himeyuri, Magnum and Shisa. # merge 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: * [yamatazen/Himeyuri-Magnum-12B](https://huggingface.co/yamatazen/Himeyuri-Magnum-12B) * [shisa-ai/shisa-v2-mistral-nemo-12b](https://huggingface.co/shisa-ai/shisa-v2-mistral-nemo-12b) ### Configuration The following YAML configuration was used to produce this model: ```yaml base_model: yamatazen/Himeyuri-Magnum-12B models: - model: shisa-ai/shisa-v2-mistral-nemo-12b merge_method: slerp dtype: bfloat16 parameters: normalize: true t: [0.25, 0.3, 0.5, 0.3, 0.25] ```