File size: 859 Bytes
5d47a2a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: apache-2.0
tags:
- merge
- mergekit
- lazymergekit
- openchat/openchat-3.5-0106
- NeverSleep/Noromaid-7B-0.4-DPO
---

# NoroIchiChat-7B

NoroIchiChat-7B is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
* [openchat/openchat-3.5-0106](https://huggingface.co/openchat/openchat-3.5-0106)
* [NeverSleep/Noromaid-7B-0.4-DPO](https://huggingface.co/NeverSleep/Noromaid-7B-0.4-DPO)

## 🧩 Configuration

```yaml
models:
  - model: SanjiWatsuki/Kunoichi-DPO-v2-7B   
  - model: openchat/openchat-3.5-0106
    parameters:
      weight: 0.4
      density: 0.52
  - model: NeverSleep/Noromaid-7B-0.4-DPO
    parameters:
      weight: 0.3
      density: 0.42
merge_method: dare_ties
base_model: SanjiWatsuki/Kunoichi-DPO-v2-7B
tokenizer_source: union
parameters:
  normalize: true
  int8_mask: true
dtype: bfloat16
```