--- base_model: - MrRobotoAI/Odin-v2-8b-NOVELIST-128K - MrRobotoAI/F - MrRobotoAI/B - MrRobotoAI/C - MrRobotoAI/D library_name: transformers tags: - mergekit - merge --- # merge 13,793 11,189 LINES 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/Odin-v2-8b-NOVELIST-128K](https://huggingface.co/MrRobotoAI/Odin-v2-8b-NOVELIST-128K) as a base. ### Models Merged The following models were included in the merge: * [MrRobotoAI/F](https://huggingface.co/MrRobotoAI/F) * [MrRobotoAI/B](https://huggingface.co/MrRobotoAI/B) * [MrRobotoAI/C](https://huggingface.co/MrRobotoAI/C) * [MrRobotoAI/D](https://huggingface.co/MrRobotoAI/D) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: MrRobotoAI/B - model: MrRobotoAI/C - model: MrRobotoAI/D - model: MrRobotoAI/F merge_method: model_stock base_model: MrRobotoAI/Odin-v2-8b-NOVELIST-128K normalize: true dtype: float16 ```