--- base_model: - meta-llama/Meta-Llama-3.1-8B - bunnycore/HyperLLama3.1-8b-Nova - bunnycore/LLama-3.1-8b-Ultra-Max-Pro - DreadPoor/Heart_Stolen-8B-Model_Stock - grimjim/Llama-3.1-SuperNova-Lite-lorabilterated-8B - Replete-AI/Replete-LLM-V2-Llama-3.1-8b 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 [meta-llama/Meta-Llama-3.1-8B](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B) as a base. ### Models Merged The following models were included in the merge: * [bunnycore/HyperLLama3.1-8b-Nova](https://huggingface.co/bunnycore/HyperLLama3.1-8b-Nova) * [bunnycore/LLama-3.1-8b-Ultra-Max-Pro](https://huggingface.co/bunnycore/LLama-3.1-8b-Ultra-Max-Pro) * [DreadPoor/Heart_Stolen-8B-Model_Stock](https://huggingface.co/DreadPoor/Heart_Stolen-8B-Model_Stock) * [grimjim/Llama-3.1-SuperNova-Lite-lorabilterated-8B](https://huggingface.co/grimjim/Llama-3.1-SuperNova-Lite-lorabilterated-8B) * [Replete-AI/Replete-LLM-V2-Llama-3.1-8b](https://huggingface.co/Replete-AI/Replete-LLM-V2-Llama-3.1-8b) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: bunnycore/LLama-3.1-8b-Ultra-Max-Pro - model: DreadPoor/Heart_Stolen-8B-Model_Stock - model: bunnycore/HyperLLama3.1-8b-Nova - model: Replete-AI/Replete-LLM-V2-Llama-3.1-8b - model: grimjim/Llama-3.1-SuperNova-Lite-lorabilterated-8B merge_method: model_stock base_model: meta-llama/Meta-Llama-3.1-8B dtype: bfloat16 ```