50 lines
1.4 KiB
Markdown
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
|
|
---
|
|

|
|
# 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
|
|
``` |