--- base_model: - MrRobotoAI/208 - MrRobotoAI/Hel-v4-8b-DARK-FICTION-128K - MrRobotoAI/211 - MrRobotoAI/210 - MrRobotoAI/209 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 [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/208](https://huggingface.co/MrRobotoAI/208) * [MrRobotoAI/211](https://huggingface.co/MrRobotoAI/211) * [MrRobotoAI/210](https://huggingface.co/MrRobotoAI/210) * [MrRobotoAI/209](https://huggingface.co/MrRobotoAI/209) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: MrRobotoAI/208 - model: MrRobotoAI/209 - model: MrRobotoAI/210 - model: MrRobotoAI/211 merge_method: model_stock base_model: MrRobotoAI/Hel-v4-8b-DARK-FICTION-128K normalize: true dtype: float16 ```