Files
sillyrp-7b/README.md
ModelHub XC d7f3fee65e 初始化项目,由ModelHub XC社区提供模型
Model: nonetrix/sillyrp-7b
Source: Original Platform
2026-05-27 07:56:17 +08:00

69 lines
2.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
license: apache-2.0
language:
- en
tags:
- not-for-all-audiences
---
## Silly RP 7B
First time with merges really, basically experimenting and seeing what works. Seems solid in my tests so far, but no guarantees on quality give it a shot and share your feedback! Eager to hear how others like it. Honestly, I'm still learning the ropes, like the benefits of different merge methods :P
## Extra info
- Chat template: ChatML
---
base_model:
- tavtav/eros-7b-test
- NousResearch/Nous-Hermes-2-Mistral-7B-DPO
- maywell/Synatra-7B-v0.3-RP
- NeverSleep/Noromaid-7B-0.4-DPO
- cogbuji/Mr-Grammatology-clinical-problems-Mistral-7B-0.5
library_name: transformers
tags:
- mergekit
- merge
---
# output
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 [task arithmetic](https://arxiv.org/abs/2212.04089) merge method using [NeverSleep/Noromaid-7B-0.4-DPO](https://huggingface.co/NeverSleep/Noromaid-7B-0.4-DPO) as a base.
### Models Merged
The following models were included in the merge:
* [tavtav/eros-7b-test](https://huggingface.co/tavtav/eros-7b-test)
* [NousResearch/Nous-Hermes-2-Mistral-7B-DPO](https://huggingface.co/NousResearch/Nous-Hermes-2-Mistral-7B-DPO)
* [maywell/Synatra-7B-v0.3-RP](https://huggingface.co/maywell/Synatra-7B-v0.3-RP)
* [cogbuji/Mr-Grammatology-clinical-problems-Mistral-7B-0.5](https://huggingface.co/cogbuji/Mr-Grammatology-clinical-problems-Mistral-7B-0.5)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
base_model: NeverSleep/Noromaid-7B-0.4-DPO
models:
- model: maywell/Synatra-7B-v0.3-RP
parameters:
weight: 0.2
- model: tavtav/eros-7b-test
parameters:
weight: 0.2
- model: cogbuji/Mr-Grammatology-clinical-problems-Mistral-7B-0.5
parameters:
weight: 0.2
- model: NousResearch/Nous-Hermes-2-Mistral-7B-DPO
parameters:
weight: 0.2
merge_method: task_arithmetic
parameters:
weight: 0.17
dtype: float16
random_seed: 694201337567099116663322537
```