--- base_model: - nbeerbower/Llama3.1-Gutenberg-Doppel-70B - TheDrummer/Anubis-70B-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 ![image/webp](https://cdn-uploads.huggingface.co/production/uploads/66c1cc08453a7ef6c5fe657a/tvf9T6ZRl-mnTes8zIVEy.webp) *Are you scared? Good. Now do what you are told.* ### Merge Method This model was merged using the [TIES](https://arxiv.org/abs/2306.01708) merge method using [TheDrummer/Anubis-70B-v1](https://huggingface.co/TheDrummer/Anubis-70B-v1) as a base. ### Models Merged The following models were included in the merge: * [nbeerbower/Llama3.1-Gutenberg-Doppel-70B](https://huggingface.co/nbeerbower/Llama3.1-Gutenberg-Doppel-70B) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: TheDrummer/Anubis-70B-v1 parameters: density: 0.5 weight: 0.5 - model: nbeerbower/Llama3.1-Gutenberg-Doppel-70B parameters: density: 0.5 weight: 0.5 merge_method: ties base_model: TheDrummer/Anubis-70B-v1 parameters: normalize: false int8_mask: true dtype: float16 ```