--- 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 ```