--- base_model: - SanjiWatsuki/Kunoichi-7B - BAAI/Infinity-Instruct-7M-Gen-mistral-7B tags: - mergekit - merge --- # 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 merge method. ### Models Merged The following models were included in the merge: * ../models/SanjiWatsuki_Kunoichi-7B * ../models/BAAI_Infinity-Instruct-7M-Gen-mistral-7B ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: ../models/BAAI_Infinity-Instruct-7M-Gen-mistral-7B - model: ../models/SanjiWatsuki_Kunoichi-7B merge_method: slerp base_model: ../models/SanjiWatsuki_Kunoichi-7B parameters: t: - value: [0, 0, 0.2, 0.3, 0.4, 0.5, 0.4, 0.3, 0.2, 0, 0] embed_slerp: true dtype: float16 ```