Files
NeonMaid-12B/README.md
ModelHub XC 08c3e5c20b 初始化项目,由ModelHub XC社区提供模型
Model: yamatazen/NeonMaid-12B
Source: Original Platform
2026-06-18 02:12:15 +08:00

50 lines
1.4 KiB
Markdown

---
base_model:
- Delta-Vector/Francois-PE-V2-Huali-12B
- Delta-Vector/Ohashi-NeMo-12B
- yamatazen/Orihime-12B
- yamatazen/ForgottenMaid-12B
library_name: transformers
tags:
- mergekit
- merge
- chatml
language:
- en
- ja
---
![image/png](https://huggingface.co/yamatazen/NeonMaid-12B/resolve/main/NeonMaid-12B.png?download=true)
# NeonMaid-12B
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 [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [yamatazen/Orihime-12B](https://huggingface.co/yamatazen/Orihime-12B) as a base.
### Models Merged
The following models were included in the merge:
* C:\Users\yamat\Desktop\text-generation-webui\user_data\models\ForgottenMaid-12B
* [Delta-Vector/Francois-PE-V2-Huali-12B](https://huggingface.co/Delta-Vector/Francois-PE-V2-Huali-12B)
* [Delta-Vector/Ohashi-NeMo-12B](https://huggingface.co/Delta-Vector/Ohashi-NeMo-12B)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
base_model: yamatazen/Orihime-12B
models:
- model: C:\Users\yamat\Desktop\text-generation-webui\user_data\models\ForgottenMaid-12B
- model: Delta-Vector/Ohashi-NeMo-12B
- model: Delta-Vector/Francois-PE-V2-Huali-12B
merge_method: model_stock
dtype: bfloat16
out_dtype: bfloat16
parameters:
normalize: true
tokenizer:
source: union
```