--- base_model: - cognitivecomputations/dolphin-2.9-llama3-8b-1m - NousResearch/Hermes-2-Pro-Llama-3-8B 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 [task arithmetic](https://arxiv.org/abs/2212.04089) merge method using [cognitivecomputations/dolphin-2.9-llama3-8b-1m](https://huggingface.co/cognitivecomputations/dolphin-2.9-llama3-8b-1m) as a base. ### Models Merged The following models were included in the merge: * [NousResearch/Hermes-2-Pro-Llama-3-8B](https://huggingface.co/NousResearch/Hermes-2-Pro-Llama-3-8B) ### Configuration The following YAML configuration was used to produce this model: ```yaml merge_method: task_arithmetic base_model: cognitivecomputations/dolphin-2.9-llama3-8b-1m parameters: normalize: true models: - model: NousResearch/Hermes-2-Pro-Llama-3-8B parameters: weight: 0.5 dtype: float16 ```