File size: 2,215 Bytes
436cc32
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
60
61
62
63
64
65
66
67
68
69
70
---
base_model:
- BAAI/Infinity-Instruct-7M-Gen-mistral-7B
- mikewang/PVD-160k-Mistral-7b
- Anarchist/mistral_7b_lora_smol_pippa
- kittn/mistral-7B-v0.1-hf
- Epiculous/Mika-7B
- Intel/neural-chat-7b-v3
- openchat/openchat-3.5-0106
- SanjiWatsuki/Kunoichi-DPO-v2-7B
- jeiku/Synthetic_Soul_1k_Mistral_128
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 [TIES](https://arxiv.org/abs/2306.01708) merge method using [kittn/mistral-7B-v0.1-hf](https://huggingface.co/kittn/mistral-7B-v0.1-hf) as a base.

### Models Merged

The following models were included in the merge:
* [BAAI/Infinity-Instruct-7M-Gen-mistral-7B](https://huggingface.co/BAAI/Infinity-Instruct-7M-Gen-mistral-7B)
* [mikewang/PVD-160k-Mistral-7b](https://huggingface.co/mikewang/PVD-160k-Mistral-7b) + [Anarchist/mistral_7b_lora_smol_pippa](https://huggingface.co/Anarchist/mistral_7b_lora_smol_pippa)
* [Epiculous/Mika-7B](https://huggingface.co/Epiculous/Mika-7B)
* [Intel/neural-chat-7b-v3](https://huggingface.co/Intel/neural-chat-7b-v3)
* [openchat/openchat-3.5-0106](https://huggingface.co/openchat/openchat-3.5-0106)
* [SanjiWatsuki/Kunoichi-DPO-v2-7B](https://huggingface.co/SanjiWatsuki/Kunoichi-DPO-v2-7B) + [jeiku/Synthetic_Soul_1k_Mistral_128](https://huggingface.co/jeiku/Synthetic_Soul_1k_Mistral_128)

### Configuration

The following YAML configuration was used to produce this model:

```yaml
models:
  - model: Intel/neural-chat-7b-v3
    parameters:
      weight: 1
  - model: openchat/openchat-3.5-0106
    parameters:
      weight: 1
  - model: BAAI/Infinity-Instruct-7M-Gen-mistral-7B
    parameters:
      weight: 1
  - model: mikewang/PVD-160k-Mistral-7b+Anarchist/mistral_7b_lora_smol_pippa
    parameters:
      weight: 1
  - model: SanjiWatsuki/Kunoichi-DPO-v2-7B+jeiku/Synthetic_Soul_1k_Mistral_128
    parameters:
      weight: 1
  - model: Epiculous/Mika-7B
    parameters:
      weight: 1

merge_method: ties
base_model: kittn/mistral-7B-v0.1-hf
parameters:
  density: 1
  normalize: true
  int8_mask: true
dtype: bfloat16
```