--- base_model: - MrRobotoAI/L1 - MrRobotoAI/A5 library_name: transformers tags: - mergekit - merge --- # merge 13,144 13,146 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: * [MrRobotoAI/L1](https://huggingface.co/MrRobotoAI/L1) * [MrRobotoAI/A5](https://huggingface.co/MrRobotoAI/A5) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: MrRobotoAI/A5 - model: MrRobotoAI/L1 merge_method: slerp base_model: MrRobotoAI/A5 dtype: bfloat16 parameters: t: [0, 0.5, 1, 0.5, 0] ```