--- base_model: - MrRobotoAI/A1-L-R - MrRobotoAI/B8 - MrRobotoAI/Hel-v4-8b-DARK-FICTION-128K - MrRobotoAI/B5 - MrRobotoAI/A4-L library_name: transformers tags: - mergekit - merge --- # merge 13,370 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 [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [MrRobotoAI/Hel-v4-8b-DARK-FICTION-128K](https://huggingface.co/MrRobotoAI/Hel-v4-8b-DARK-FICTION-128K) as a base. ### Models Merged The following models were included in the merge: * [MrRobotoAI/A1-L-R](https://huggingface.co/MrRobotoAI/A1-L-R) * [MrRobotoAI/B8](https://huggingface.co/MrRobotoAI/B8) * [MrRobotoAI/B5](https://huggingface.co/MrRobotoAI/B5) * [MrRobotoAI/A4-L](https://huggingface.co/MrRobotoAI/A4-L) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: MrRobotoAI/A1-L-R - model: MrRobotoAI/B8 - model: MrRobotoAI/B5 - model: MrRobotoAI/A4-L merge_method: model_stock base_model: MrRobotoAI/Hel-v4-8b-DARK-FICTION-128K normalize: true dtype: float16 ```