| base_model: | |
| - huihui-ai/DeepSeek-R1-Distill-Llama-8B-abliterated | |
| - allenai/Llama-3.1-Tulu-3.1-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 [Linear](https://arxiv.org/abs/2203.05482) merge method. | |
| ### Models Merged | |
| The following models were included in the merge: | |
| * [huihui-ai/DeepSeek-R1-Distill-Llama-8B-abliterated](https://huggingface.co/huihui-ai/DeepSeek-R1-Distill-Llama-8B-abliterated) | |
| * [allenai/Llama-3.1-Tulu-3.1-8B](https://huggingface.co/allenai/Llama-3.1-Tulu-3.1-8B) | |
| ### Configuration | |
| The following YAML configuration was used to produce this model: | |
| ```yaml | |
| models: | |
| - model: huihui-ai/DeepSeek-R1-Distill-Llama-8B-abliterated | |
| parameters: | |
| weight: 0.9 | |
| - model: allenai/Llama-3.1-Tulu-3.1-8B | |
| parameters: | |
| weight: 0.1 | |
| merge_method: linear | |
| dtype: bfloat16 | |
| tokenizer_source: huihui-ai/DeepSeek-R1-Distill-Llama-8B-abliterated | |
| parameters: | |
| normalize: false | |
| ``` | |