--- base_model: - huihui-ai/DeepSeek-R1-Distill-Llama-8B-abliterated - NousResearch/Hermes-3-Llama-3.1-8B - allenai/Llama-3.1-Tulu-3-8B library_name: transformers tags: - mergekit - merge language: - en new_version: chaphi/SAXON-0-I --- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64de406ce437d02ce69630b5/RNo0A-q_tPqhM40JO8FL_.png) # SAXON-0 This is the base model for the SAXON model series, resulting from a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit). It is not yet finetuned on the SAXON dataset. ## Merge Details ### Merge Method This model was merged using the [TIES](https://arxiv.org/abs/2306.01708) merge method using an uncensored version of [DeepSeek-R1-Distill-Llama-8B](https://huggingface.co/huihui-ai/DeepSeek-R1-Distill-Llama-8B-abliterated) 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) * [allenai/Llama-3.1-Tulu-3-8B](https://huggingface.co/allenai/Llama-3.1-Tulu-3-8B) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: NousResearch/Hermes-3-Llama-3.1-8B parameters: density: 0.5 weight: 0.5 - model: allenai/Llama-3.1-Tulu-3-8B parameters: density: 0.5 weight: 0.5 merge_method: ties base_model: huihui-ai/DeepSeek-R1-Distill-Llama-8B-abliterated parameters: normalize: false int8_mask: true dtype: float16 ```