File size: 1,532 Bytes
c154222
f18fe7b
 
 
 
 
 
 
 
c154222
3e928cc
c154222
f18fe7b
 
affafd5
f18fe7b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
base_model:
- mistralai/Mistral-7B-v0.1
- SanjiWatsuki/Kunoichi-DPO-v2-7B
- SanjiWatsuki/Kunoichi-7B
library_name: transformers
tags:
- mergekit
- merge
license: cc-by-nc-4.0
pipeline_tag: text-generation
---
# kunoichi-squared-model_stock-7B

This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit). The base model used is literally the base model. While the result is syntactically stable, there was something about the resulting narrative generation that seemed off. Perhaps more than 2 models are required for successful model stock merges. Tested primarily with temperature 1-1.1 and minP 1.01-1.03 using ChatML prompts.

## Merge Details
### Merge Method

This model was merged using the [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) as a base.

### Models Merged

The following models were included in the merge:
* [SanjiWatsuki/Kunoichi-DPO-v2-7B](https://huggingface.co/SanjiWatsuki/Kunoichi-DPO-v2-7B)
* [SanjiWatsuki/Kunoichi-7B](https://huggingface.co/SanjiWatsuki/Kunoichi-7B)

### Configuration

The following YAML configuration was used to produce this model:

```yaml
base_model: mistralai/Mistral-7B-v0.1
dtype: float16
merge_method: model_stock
slices:
- sources:
  - layer_range: [0, 32]
    model: mistralai/Mistral-7B-v0.1
  - layer_range: [0, 32]
    model: SanjiWatsuki/Kunoichi-7B
  - layer_range: [0, 32]
    model: SanjiWatsuki/Kunoichi-DPO-v2-7B

```