--- base_model: - MrRobotoAI/A7 - MrRobotoAI/A6 - MrRobotoAI/A5 library_name: transformers tags: - mergekit - merge --- # merge 13,868 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 [Linear DARE](https://arxiv.org/abs/2311.03099) merge method using [MrRobotoAI/A6](https://huggingface.co/MrRobotoAI/A6) as a base. ### Models Merged The following models were included in the merge: * [MrRobotoAI/A7](https://huggingface.co/MrRobotoAI/A7) * [MrRobotoAI/A5](https://huggingface.co/MrRobotoAI/A5) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: MrRobotoAI/A5 parameters: density: 0.3333 weight: 0.8 - model: MrRobotoAI/A6 parameters: density: 0.3333 weight: 0.8 - model: MrRobotoAI/A7 parameters: density: 0.3333 weight: 0.8 merge_method: dare_linear base_model: MrRobotoAI/A6 dtype: float16 ```