--- base_model: - sam-paech/Quill-v1 - ClaudioItaly/1800-9B - ClaudioItaly/Vangelus-Secundus - jsgreenawalt/gemma-2-9B-it-advanced-v2.1 - sam-paech/Delirium-v1 - mehmetkeremturkcan/oblivionsend 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 [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [ClaudioItaly/Vangelus-Secundus](https://huggingface.co./ClaudioItaly/Vangelus-Secundus) as a base. ### Models Merged The following models were included in the merge: * [sam-paech/Quill-v1](https://huggingface.co./sam-paech/Quill-v1) * [ClaudioItaly/1800-9B](https://huggingface.co./ClaudioItaly/1800-9B) * [jsgreenawalt/gemma-2-9B-it-advanced-v2.1](https://huggingface.co./jsgreenawalt/gemma-2-9B-it-advanced-v2.1) * [sam-paech/Delirium-v1](https://huggingface.co./sam-paech/Delirium-v1) * [mehmetkeremturkcan/oblivionsend](https://huggingface.co./mehmetkeremturkcan/oblivionsend) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: ClaudioItaly/1800-9B - model: sam-paech/Delirium-v1 - model: jsgreenawalt/gemma-2-9B-it-advanced-v2.1 - model: sam-paech/Quill-v1 - model: mehmetkeremturkcan/oblivionsend merge_method: model_stock base_model: ClaudioItaly/Vangelus-Secundus normalize: false int8_mask: true dtype: bfloat16 ```