--- base_model: - devichand/gemma-3-1b-dare-peft-codealpaca - devichand/gemma-3-1b-peft-safe - google/gemma-3-1b-pt 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 [Task Arithmetic](https://arxiv.org/abs/2212.04089) merge method using [google/gemma-3-1b-pt](https://huggingface.co/google/gemma-3-1b-pt) as a base. ### Models Merged The following models were included in the merge: * [devichand/gemma-3-1b-dare-peft-codealpaca](https://huggingface.co/devichand/gemma-3-1b-dare-peft-codealpaca) * [devichand/gemma-3-1b-peft-safe](https://huggingface.co/devichand/gemma-3-1b-peft-safe) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: devichand/gemma-3-1b-dare-peft-codealpaca parameters: weight: 1.0 - model: devichand/gemma-3-1b-peft-safe parameters: weight: 1.0 lambda: 0.5 merge_method: task_arithmetic base_model: google/gemma-3-1b-pt parameters: int8_mask: true dtype: bfloat16 ```