--- base_model: - NousResearch/Hermes-3-Llama-3.1-8B - DavidAU/L3.1-RP-Hero-BigTalker-8B - arcee-ai/Llama-3.1-SuperNova-Lite library_name: transformers tags: - mergekit - merge license: llama3.1 --- # merge --- Model details: - Roleplaying model using SuperNova Lite, Hermes 3 and BigTaker. --- This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit). ## Merge Method This model was merged using the [TIES](https://arxiv.org/abs/2306.01708) merge method using [arcee-ai/Llama-3.1-SuperNova-Lite](https://huggingface.co/arcee-ai/Llama-3.1-SuperNova-Lite) as a base. ### Models Merged The following models were included in the merge: * [NousResearch/Hermes-3-Llama-3.1-8B](https://huggingface.co/NousResearch/Hermes-3-Llama-3.1-8B) * [DavidAU/L3.1-RP-Hero-BigTalker-8B](https://huggingface.co/DavidAU/L3.1-RP-Hero-BigTalker-8B) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: arcee-ai/Llama-3.1-SuperNova-Lite #no parameters necessary for base model - model: NousResearch/Hermes-3-Llama-3.1-8B parameters: density: 0.7 weight: 0.7 - model: DavidAU/L3.1-RP-Hero-BigTalker-8B parameters: density: 0.5 weight: 0.5 merge_method: ties base_model: arcee-ai/Llama-3.1-SuperNova-Lite parameters: normalize: false int8_mask: true dtype: float16 ```