File size: 1,103 Bytes
b5b90c8
 
 
 
 
 
 
 
 
 
 
 
b4258b1
 
 
 
 
b5b90c8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
base_model:
- deepseek-ai/DeepSeek-R1-Distill-Qwen-7B
- vtriple/Qwen-2.5-7B-Threatflux
library_name: transformers
tags:
- mergekit
- merge
license: llama3.1
---
# DeepSeek-R1-Distill-Llama-Thinking-Farmer-8B 

<figure>
  <img src="farm.png" alt="DeepSeek-R1-Distill-Llama-Thinking-Farmer-8B " width="300">
</figure>


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 SLERP merge method.

### Models Merged

The following models were included in the merge:
* [deepseek-ai/DeepSeek-R1-Distill-Qwen-7B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-7B)
* [vtriple/Qwen-2.5-7B-Threatflux](https://huggingface.co/vtriple/Qwen-2.5-7B-Threatflux)

### Configuration

The following YAML configuration was used to produce this model:

```yaml
models:
  - model: deepseek-ai/DeepSeek-R1-Distill-Qwen-7B
  - model: vtriple/Qwen-2.5-7B-Threatflux
merge_method: slerp
base_model: deepseek-ai/DeepSeek-R1-Distill-Qwen-7B
dtype: bfloat16
parameters:
  t: [0, 0.5, 0.25]
```