--- base_model: - FourOhFour/Fatgirl_8B - FourOhFour/Magic_v2_8B library_name: transformers 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: * [FourOhFour/Fatgirl_8B](https://huggingface.co/FourOhFour/Fatgirl_8B) * [FourOhFour/Magic_v2_8B](https://huggingface.co/FourOhFour/Magic_v2_8B) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: FourOhFour/Magic_v2_8B - model: FourOhFour/Fatgirl_8B merge_method: slerp base_model: FourOhFour/Magic_v2_8B parameters: t: - value: 0.5 dtype: bfloat16 ```