--- base_model: [] library_name: transformers tags: - mergekit - merge --- # Rombo-LLM-2.7-gemma-2-9b 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 [TIES](https://arxiv.org/abs/2306.01708) merge method using E:\Open_source_ai_chatbot\OOBA-13\text-generation-webui-main\models\unsloth_gemma-2-9b as a base. ### Models Merged The following models were included in the merge: * E:\Open_source_ai_chatbot\OOBA-13\text-generation-webui-main\models\unsloth_gemma-2-9b-it ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: E:\Open_source_ai_chatbot\OOBA-13\text-generation-webui-main\models\unsloth_gemma-2-9b-it parameters: weight: 1 density: 1 merge_method: ties base_model: E:\Open_source_ai_chatbot\OOBA-13\text-generation-webui-main\models\unsloth_gemma-2-9b parameters: weight: 1 density: 1 normalize: true int8_mask: false dtype: bfloat16 ```