File size: 2,999 Bytes
fd017a2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
base_model:
- NousResearch/Hermes-2-Theta-Llama-3-8B
- camillop/Meta-Llama-3-8B-ORPO-ITA-llama-adapters
- gradientai/Llama-3-8B-Instruct-Gradient-1048k
- openchat/openchat-3.6-8b-20240522
- hfl/llama-3-chinese-8b-instruct-v2-lora
- Vdr1/L3-8B-sunfall-Stheno-v3.1
- hfl/llama-3-chinese-8b-instruct-v2-lora
- migtissera/Llama-3-8B-Synthia-v3.5
- unstoppable123/LLaMA3-8B_chinese_lora_sft_v0.2
- shenzhi-wang/Llama3-8B-Chinese-Chat
- Jiar/Llama-3-8B-Chinese
- Sao10K/L3-8B-Stheno-v3.2
- shibing624/llama-3-8b-instruct-262k-chinese-lora
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 [gradientai/Llama-3-8B-Instruct-Gradient-1048k](https://huggingface.co/gradientai/Llama-3-8B-Instruct-Gradient-1048k) as a base.

### Models Merged

The following models were included in the merge:
* [NousResearch/Hermes-2-Theta-Llama-3-8B](https://huggingface.co/NousResearch/Hermes-2-Theta-Llama-3-8B) + [camillop/Meta-Llama-3-8B-ORPO-ITA-llama-adapters](https://huggingface.co/camillop/Meta-Llama-3-8B-ORPO-ITA-llama-adapters)
* [openchat/openchat-3.6-8b-20240522](https://huggingface.co/openchat/openchat-3.6-8b-20240522) + [hfl/llama-3-chinese-8b-instruct-v2-lora](https://huggingface.co/hfl/llama-3-chinese-8b-instruct-v2-lora)
* [Vdr1/L3-8B-sunfall-Stheno-v3.1](https://huggingface.co/Vdr1/L3-8B-sunfall-Stheno-v3.1) + [hfl/llama-3-chinese-8b-instruct-v2-lora](https://huggingface.co/hfl/llama-3-chinese-8b-instruct-v2-lora)
* [migtissera/Llama-3-8B-Synthia-v3.5](https://huggingface.co/migtissera/Llama-3-8B-Synthia-v3.5) + [unstoppable123/LLaMA3-8B_chinese_lora_sft_v0.2](https://huggingface.co/unstoppable123/LLaMA3-8B_chinese_lora_sft_v0.2)
* [shenzhi-wang/Llama3-8B-Chinese-Chat](https://huggingface.co/shenzhi-wang/Llama3-8B-Chinese-Chat) + [Jiar/Llama-3-8B-Chinese](https://huggingface.co/Jiar/Llama-3-8B-Chinese)
* [Sao10K/L3-8B-Stheno-v3.2](https://huggingface.co/Sao10K/L3-8B-Stheno-v3.2) + [shibing624/llama-3-8b-instruct-262k-chinese-lora](https://huggingface.co/shibing624/llama-3-8b-instruct-262k-chinese-lora)

### Configuration

The following YAML configuration was used to produce this model:

```yaml
models:
  - model: shenzhi-wang/Llama3-8B-Chinese-Chat+Jiar/Llama-3-8B-Chinese
  - model: NousResearch/Hermes-2-Theta-Llama-3-8B+camillop/Meta-Llama-3-8B-ORPO-ITA-llama-adapters
  - model: migtissera/Llama-3-8B-Synthia-v3.5+unstoppable123/LLaMA3-8B_chinese_lora_sft_v0.2
  - model: openchat/openchat-3.6-8b-20240522+hfl/llama-3-chinese-8b-instruct-v2-lora
  - model: Sao10K/L3-8B-Stheno-v3.2+shibing624/llama-3-8b-instruct-262k-chinese-lora
  - model: Vdr1/L3-8B-sunfall-Stheno-v3.1+hfl/llama-3-chinese-8b-instruct-v2-lora
merge_method: model_stock
base_model: gradientai/Llama-3-8B-Instruct-Gradient-1048k
dtype: bfloat16
```