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