KunoichiFusion-7B / README.md
yamatazen's picture
Update README.md
277aad3 verified
---
base_model:
- Local-Novel-LLM-project/Vecteus-v1
- SanjiWatsuki/Kunoichi-DPO-v2-7B
library_name: transformers
tags:
- mergekit
- merge
---
![image/png](https://huggingface.co/yamatazen/KunoichiFusion-7B/resolve/main/KunoichiFusion-7B.png?download=true)
I am running mergekit locally now. This model was created for testing.
# KunoichiFusion-7B
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 [Arcee Fusion](https://arcee.ai) merge method using [SanjiWatsuki/Kunoichi-DPO-v2-7B](https://huggingface.co/SanjiWatsuki/Kunoichi-DPO-v2-7B) as a base.
### Models Merged
The following models were included in the merge:
* [Local-Novel-LLM-project/Vecteus-v1](https://huggingface.co/Local-Novel-LLM-project/Vecteus-v1)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
base_model: SanjiWatsuki/Kunoichi-DPO-v2-7B
models:
- model: Local-Novel-LLM-project/Vecteus-v1
merge_method: arcee_fusion
dtype: bfloat16
out_dtype: bfloat16
parameters:
normalize: true
tokenizer:
source: union
```