--- base_model: [] library_name: transformers tags: - mergekit - merge --- # Rombo-LLM-2.7-llama-3.2-1b 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_Llama-3.2-1B 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_Llama-3.2-1B-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_Llama-3.2-1B-Instruct parameters: weight: 1 density: 1 merge_method: ties base_model: E:\Open_source_ai_chatbot\OOBA-13\text-generation-webui-main\models\unsloth_Llama-3.2-1B parameters: weight: 1 density: 1 normalize: true int8_mask: false dtype: bfloat16 ```