--- base_model: - NousResearch/Hermes-3-Llama-3.2-3B - lunahr/Hermes-3-Llama-3.2-3B-abliterated - lunahr/thea-rp-3b-25r library_name: transformers tags: - mergekit - merge license: llama3.2 --- # 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.2-3B](https://huggingface.co/NousResearch/Hermes-3-Llama-3.2-3B) as a base. ### Models Merged The following models were included in the merge: * [lunahr/Hermes-3-Llama-3.2-3B-abliterated](https://huggingface.co/lunahr/Hermes-3-Llama-3.2-3B-abliterated) * [lunahr/thea-rp-3b-25r](https://huggingface.co/lunahr/thea-rp-3b-25r) ### Configuration The following YAML configuration was used to produce this model: ```yaml merge_method: model_stock models: - model: lunahr/Hermes-3-Llama-3.2-3B-abliterated parameters: weight: 1.0 - model: lunahr/thea-rp-3b-25r parameters: weight: 1.0 base_model: NousResearch/Hermes-3-Llama-3.2-3B dtype: float16 normalize: true ```