--- base_model: - MrRobotoAI/8b-unaligned-BASE-pt2 - ResplendentAI/NoWarning_Llama3 - MrRobotoAI/8b-CHATTY-unaligned-base - ResplendentAI/NoWarning_Llama3 - MrRobotoAI/MrRoboto-ProLong-8b-v2d - MrRobotoAI/MrRoboto-ProLong-8b-v1f - MrRobotoAI/MrRoboto-ProLong-8b-v2b - MrRobotoAI/MrRoboto-ProLong-8b-v2c - Blackroot/Llama-3-LongStory-LORA - nothingiisreal/L3-8B-Stheno-Horny-v3.3-32K 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/MrRoboto-ProLong-8b-v1f](https://huggingface.co/MrRobotoAI/MrRoboto-ProLong-8b-v1f) as a base. ### Models Merged The following models were included in the merge: * [MrRobotoAI/8b-unaligned-BASE-pt2](https://huggingface.co/MrRobotoAI/8b-unaligned-BASE-pt2) + [ResplendentAI/NoWarning_Llama3](https://huggingface.co/ResplendentAI/NoWarning_Llama3) * [MrRobotoAI/8b-CHATTY-unaligned-base](https://huggingface.co/MrRobotoAI/8b-CHATTY-unaligned-base) + [ResplendentAI/NoWarning_Llama3](https://huggingface.co/ResplendentAI/NoWarning_Llama3) * [MrRobotoAI/MrRoboto-ProLong-8b-v2d](https://huggingface.co/MrRobotoAI/MrRoboto-ProLong-8b-v2d) * [MrRobotoAI/MrRoboto-ProLong-8b-v2b](https://huggingface.co/MrRobotoAI/MrRoboto-ProLong-8b-v2b) * [MrRobotoAI/MrRoboto-ProLong-8b-v2c](https://huggingface.co/MrRobotoAI/MrRoboto-ProLong-8b-v2c) + [Blackroot/Llama-3-LongStory-LORA](https://huggingface.co/Blackroot/Llama-3-LongStory-LORA) * [nothingiisreal/L3-8B-Stheno-Horny-v3.3-32K](https://huggingface.co/nothingiisreal/L3-8B-Stheno-Horny-v3.3-32K) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: MrRobotoAI/MrRoboto-ProLong-8b-v2c+Blackroot/Llama-3-LongStory-LORA - model: MrRobotoAI/MrRoboto-ProLong-8b-v2d - model: MrRobotoAI/MrRoboto-ProLong-8b-v2b - model: MrRobotoAI/8b-unaligned-BASE-pt2+ResplendentAI/NoWarning_Llama3 - model: MrRobotoAI/8b-CHATTY-unaligned-base+ResplendentAI/NoWarning_Llama3 - model: nothingiisreal/L3-8B-Stheno-Horny-v3.3-32K - model: MrRobotoAI/MrRoboto-ProLong-8b-v1f merge_method: model_stock base_model: MrRobotoAI/MrRoboto-ProLong-8b-v1f normalize: true dtype: float16 ```