Ttimofeyka's picture
Upload folder using huggingface_hub
9cbb351 verified
|
raw
history blame
1.22 kB
---
base_model:
- MaziyarPanahi/NSFW_DPO_Noromaid-7b-Mistral-7B-Instruct-v0.1
- maywell/PiVoT-0.1-Starling-LM-RP
tags:
- mergekit
- merge
---
# PiVot-Noromaid-NSFW-Mistral-7B-GGUF
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 SLERP merge method.
### Models Merged
The following models were included in the merge:
* [MaziyarPanahi/NSFW_DPO_Noromaid-7b-Mistral-7B-Instruct-v0.1](https://huggingface.co/MaziyarPanahi/NSFW_DPO_Noromaid-7b-Mistral-7B-Instruct-v0.1)
* [maywell/PiVoT-0.1-Starling-LM-RP](https://huggingface.co/maywell/PiVoT-0.1-Starling-LM-RP)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
slices:
- sources:
- model: maywell/PiVoT-0.1-Starling-LM-RP
layer_range: [0, 32]
- model: MaziyarPanahi/NSFW_DPO_Noromaid-7b-Mistral-7B-Instruct-v0.1
layer_range: [0, 32]
merge_method: slerp
base_model: maywell/PiVoT-0.1-Starling-LM-RP
parameters:
t:
- filter: self_attn
value: [0, 0.5, 0.3, 0.7, 1]
- filter: mlp
value: [1, 0.5, 0.7, 0.3, 0]
- value: 0.5
dtype: bfloat16
```