--- base_model: - Vortex5/Dreamstar-12B - ohyeah1/Violet-Lyra-Gutenberg-v2 - Vortex5/Abyssal-Seraph-12B - Vortex5/Chaos-Unknown-12b - yamatazen/Aurora-SCE-12B library_name: transformers tags: - mergekit - merge --- # merge 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 amsf merge method. ### Models Merged The following models were included in the merge: * [Vortex5/Dreamstar-12B](https://huggingface.co/Vortex5/Dreamstar-12B) * [ohyeah1/Violet-Lyra-Gutenberg-v2](https://huggingface.co/ohyeah1/Violet-Lyra-Gutenberg-v2) * [Vortex5/Abyssal-Seraph-12B](https://huggingface.co/Vortex5/Abyssal-Seraph-12B) * [Vortex5/Chaos-Unknown-12b](https://huggingface.co/Vortex5/Chaos-Unknown-12b) * [yamatazen/Aurora-SCE-12B](https://huggingface.co/yamatazen/Aurora-SCE-12B) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: Vortex5/Abyssal-Seraph-12B - model: Vortex5/Dreamstar-12B - model: Vortex5/Chaos-Unknown-12b - model: yamatazen/Aurora-SCE-12B - model: ohyeah1/Violet-Lyra-Gutenberg-v2 merge_method: amsf dtype: bfloat16 tokenizer_source: Vortex5/Abyssal-Seraph-12B ```