--- base_model: - MrRobotoAI/MrRoboto-ProLong-8b-v1n - MrRobotoAI/MrRoboto-ProLong-8b-v1p - MrRobotoAI/MrRoboto-ProLong-8b-v2a - princeton-nlp/Llama-3-8B-ProLong-512k-Instruct - ResplendentAI/NoWarning_Llama3 - princeton-nlp/Llama-3-8B-ProLong-512k-Base - ResplendentAI/NoWarning_Llama3 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-v1n](https://huggingface.co/MrRobotoAI/MrRoboto-ProLong-8b-v1n) as a base. ### Models Merged The following models were included in the merge: * [MrRobotoAI/MrRoboto-ProLong-8b-v1p](https://huggingface.co/MrRobotoAI/MrRoboto-ProLong-8b-v1p) * [MrRobotoAI/MrRoboto-ProLong-8b-v2a](https://huggingface.co/MrRobotoAI/MrRoboto-ProLong-8b-v2a) * [princeton-nlp/Llama-3-8B-ProLong-512k-Instruct](https://huggingface.co/princeton-nlp/Llama-3-8B-ProLong-512k-Instruct) + [ResplendentAI/NoWarning_Llama3](https://huggingface.co/ResplendentAI/NoWarning_Llama3) * [princeton-nlp/Llama-3-8B-ProLong-512k-Base](https://huggingface.co/princeton-nlp/Llama-3-8B-ProLong-512k-Base) + [ResplendentAI/NoWarning_Llama3](https://huggingface.co/ResplendentAI/NoWarning_Llama3) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: MrRobotoAI/MrRoboto-ProLong-8b-v1p - model: princeton-nlp/Llama-3-8B-ProLong-512k-Instruct+ResplendentAI/NoWarning_Llama3 - model: princeton-nlp/Llama-3-8B-ProLong-512k-Base+ResplendentAI/NoWarning_Llama3 - model: MrRobotoAI/MrRoboto-ProLong-8b-v2a - model: MrRobotoAI/MrRoboto-ProLong-8b-v1n merge_method: model_stock base_model: MrRobotoAI/MrRoboto-ProLong-8b-v1n normalize: true dtype: float16 ```