--- base_model: - nbeerbower/llama-3-gutenberg-8B - underwoods/writer-8b - MrRobotoAI/llama3-8B-Special-Dark-RP2 - ChaoticNeutrals/Templar_v1_8B - chargoddard/prometheus-2-llama-3-8b - grimjim/Llama-3-Perky-Pat-Instruct-8B - Nitral-AI/Poppy_Porpoise-0.72-L3-8B - ResplendentAI/Nymph_8B - HaitameLaf/Llama-3-8B-StoryGenerator - underwoods/adventure-8b - FPHam/L3-8B-Everything-COT 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/llama3-8B-Special-Dark-RP2](https://huggingface.co/MrRobotoAI/llama3-8B-Special-Dark-RP2) as a base. ### Models Merged The following models were included in the merge: * [nbeerbower/llama-3-gutenberg-8B](https://huggingface.co/nbeerbower/llama-3-gutenberg-8B) * [underwoods/writer-8b](https://huggingface.co/underwoods/writer-8b) * [ChaoticNeutrals/Templar_v1_8B](https://huggingface.co/ChaoticNeutrals/Templar_v1_8B) * [chargoddard/prometheus-2-llama-3-8b](https://huggingface.co/chargoddard/prometheus-2-llama-3-8b) * [grimjim/Llama-3-Perky-Pat-Instruct-8B](https://huggingface.co/grimjim/Llama-3-Perky-Pat-Instruct-8B) * [Nitral-AI/Poppy_Porpoise-0.72-L3-8B](https://huggingface.co/Nitral-AI/Poppy_Porpoise-0.72-L3-8B) * [ResplendentAI/Nymph_8B](https://huggingface.co/ResplendentAI/Nymph_8B) * [HaitameLaf/Llama-3-8B-StoryGenerator](https://huggingface.co/HaitameLaf/Llama-3-8B-StoryGenerator) * [underwoods/adventure-8b](https://huggingface.co/underwoods/adventure-8b) * [FPHam/L3-8B-Everything-COT](https://huggingface.co/FPHam/L3-8B-Everything-COT) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: HaitameLaf/Llama-3-8B-StoryGenerator - model: chargoddard/prometheus-2-llama-3-8b - model: Nitral-AI/Poppy_Porpoise-0.72-L3-8B - model: ResplendentAI/Nymph_8B - model: FPHam/L3-8B-Everything-COT - model: grimjim/Llama-3-Perky-Pat-Instruct-8B - model: underwoods/adventure-8b - model: underwoods/writer-8b - model: ChaoticNeutrals/Templar_v1_8B - model: nbeerbower/llama-3-gutenberg-8B merge_method: model_stock base_model: MrRobotoAI/llama3-8B-Special-Dark-RP2 normalize: true int8_mask: true dtype: float16 ```