--- base_model: - MrRobotoAI/Loki - MrRobotoAI/llama3-8B-Special-Dark-v2.0 - Aculi/Llama3-8B-Script-Writer-v1 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-v2.0](https://huggingface.co/MrRobotoAI/llama3-8B-Special-Dark-v2.0) as a base. ### Models Merged The following models were included in the merge: * [MrRobotoAI/Loki](https://huggingface.co/MrRobotoAI/Loki) * [Aculi/Llama3-8B-Script-Writer-v1](https://huggingface.co/Aculi/Llama3-8B-Script-Writer-v1) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: Aculi/Llama3-8B-Script-Writer-v1 - model: MrRobotoAI/Loki merge_method: model_stock base_model: MrRobotoAI/llama3-8B-Special-Dark-v2.0 normalize: true int8_mask: true dtype: float16 ```