Theros's picture
Upload folder using huggingface_hub
17391e9 verified
---
base_model:
- deepseek-ai/DeepSeek-R1-Distill-Llama-8B
- Theros/L3-ColdBrew-CoT
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 [DARE TIES](https://arxiv.org/abs/2311.03099) merge method using [Theros/L3-ColdBrew-CoT](https://huggingface.co/Theros/L3-ColdBrew-CoT) as a base.
### Models Merged
The following models were included in the merge:
* [deepseek-ai/DeepSeek-R1-Distill-Llama-8B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Llama-8B)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: Theros/L3-ColdBrew-CoT
parameters:
density: 0.5
weight: 0.5
- model: deepseek-ai/DeepSeek-R1-Distill-Llama-8B
parameters:
density: 0.5
weight: 0.5
merge_method: dare_ties
base_model: Theros/L3-ColdBrew-CoT
parameters:
normalize: false
int8_mask: true
dtype: bfloat16
```