--- base_model: [] library_name: transformers tags: - mergekit - merge --- # Rombo-LLM-V2.5-qwen-2.5-1.5b 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_Qwen2.5-1.5B 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_Qwen2.5-1.5B-Instruct ### 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_Qwen2.5-1.5B-Instruct parameters: weight: 1 density: 1 merge_method: ties base_model: E:\Open_source_ai_chatbot\OOBA-13\text-generation-webui-main\models\unsloth_Qwen2.5-1.5B parameters: weight: 1 density: 1 normalize: true int8_mask: false dtype: bfloat16 ```