初始化项目,由ModelHub XC社区提供模型

Model: ForSureTesterSim/Big-Randy-NSFW-14B
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-28 17:58:15 +08:00
commit 9ff8a67ee8
15 changed files with 485 additions and 0 deletions

45
README.md Normal file
View File

@@ -0,0 +1,45 @@
---
base_model:
- HelpingAI/Dhanishtha-nsfw
- NousResearch/Hermes-4-14B
- huihui-ai/Huihui-Qwen3-14B-abliterated-v2
library_name: transformers
tags:
- mergekit
- merge
---
# Big-Randy
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 [TIES](https://arxiv.org/abs/2306.01708) merge method using [huihui-ai/Huihui-Qwen3-14B-abliterated-v2](https://huggingface.co/huihui-ai/Huihui-Qwen3-14B-abliterated-v2) as a base.
### Models Merged
The following models were included in the merge:
* [HelpingAI/Dhanishtha-nsfw](https://huggingface.co/HelpingAI/Dhanishtha-nsfw)
* [NousResearch/Hermes-4-14B](https://huggingface.co/NousResearch/Hermes-4-14B)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
base_model: huihui-ai/Huihui-Qwen3-14B-abliterated-v2
merge_method: ties
models:
- model: NousResearch/Hermes-4-14B
parameters:
density: 0.6
weight: 1.0
- model: HelpingAI/Dhanishtha-nsfw
parameters:
density: 0.4
weight: 1.0
dtype: bfloat16
```