File size: 2,101 Bytes
78f51fc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
---
base_model:
- pankajmathur/orca_mini_v6_8b_dpo
- Locutusque/Llama-3-Orca-1.0-8B
- nvidia/Llama-3.1-Nemotron-Nano-8B-v1
- deepcogito/cogito-v1-preview-llama-8B
- unsloth/Meta-Llama-3.1-8B-Instruct
- deepseek-ai/DeepSeek-R1-Distill-Llama-8B
- cognitivecomputations/Dolphin3.0-Llama3.1-8B
- UCSC-VLAA/MedReason-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 [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [unsloth/Meta-Llama-3.1-8B-Instruct](https://huggingface.co/unsloth/Meta-Llama-3.1-8B-Instruct) as a base.

### Models Merged

The following models were included in the merge:
* [pankajmathur/orca_mini_v6_8b_dpo](https://huggingface.co/pankajmathur/orca_mini_v6_8b_dpo)
* [Locutusque/Llama-3-Orca-1.0-8B](https://huggingface.co/Locutusque/Llama-3-Orca-1.0-8B)
* [nvidia/Llama-3.1-Nemotron-Nano-8B-v1](https://huggingface.co/nvidia/Llama-3.1-Nemotron-Nano-8B-v1)
* [deepcogito/cogito-v1-preview-llama-8B](https://huggingface.co/deepcogito/cogito-v1-preview-llama-8B)
* [deepseek-ai/DeepSeek-R1-Distill-Llama-8B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Llama-8B)
* [cognitivecomputations/Dolphin3.0-Llama3.1-8B](https://huggingface.co/cognitivecomputations/Dolphin3.0-Llama3.1-8B)
* [UCSC-VLAA/MedReason-8B](https://huggingface.co/UCSC-VLAA/MedReason-8B)

### Configuration

The following YAML configuration was used to produce this model:

```yaml
merge_method: model_stock  
base_model: unsloth/Meta-Llama-3.1-8B-Instruct
models:  
  - model: Locutusque/Llama-3-Orca-1.0-8B
  - model: pankajmathur/orca_mini_v6_8b_dpo
  - model: nvidia/Llama-3.1-Nemotron-Nano-8B-v1
  - model: cognitivecomputations/Dolphin3.0-Llama3.1-8B
  - model: deepcogito/cogito-v1-preview-llama-8B
  - model: deepseek-ai/DeepSeek-R1-Distill-Llama-8B
  - model: UCSC-VLAA/MedReason-8B
dtype: bfloat16  
tokenizer_source: base  
int8_mask: true  
normalize: true  
name: 8B-Nemotaur-IT

```