--- base_model: - v000000/Llama-3.1-8B-Stheno-v3.4-abliterated - mlabonne/Hermes-3-Llama-3.1-8B-lorablated - NousResearch/Hermes-3-Llama-3.1-8B - Sao10K/L3.1-8B-Niitama-v1.1 - bluuwhale/L3-SthenoMaid-8B-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 [NousResearch/Hermes-3-Llama-3.1-8B](https://huggingface.co/NousResearch/Hermes-3-Llama-3.1-8B) as a base. ### Models Merged The following models were included in the merge: * [v000000/Llama-3.1-8B-Stheno-v3.4-abliterated](https://huggingface.co/v000000/Llama-3.1-8B-Stheno-v3.4-abliterated) * [mlabonne/Hermes-3-Llama-3.1-8B-lorablated](https://huggingface.co/mlabonne/Hermes-3-Llama-3.1-8B-lorablated) * [Sao10K/L3.1-8B-Niitama-v1.1](https://huggingface.co/Sao10K/L3.1-8B-Niitama-v1.1) * [bluuwhale/L3-SthenoMaid-8B-V1](https://huggingface.co/bluuwhale/L3-SthenoMaid-8B-V1) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: bluuwhale/L3-SthenoMaid-8B-V1 - model: Sao10K/L3.1-8B-Niitama-v1.1 - model: v000000/Llama-3.1-8B-Stheno-v3.4-abliterated - model: mlabonne/Hermes-3-Llama-3.1-8B-lorablated merge_method: model_stock base_model: NousResearch/Hermes-3-Llama-3.1-8B normalize: true int8_mask: true dtype: float16 ```