--- base_model: - aisingapore/Gemma-SEA-LION-v4-27B-IT library_name: transformers tags: - mergekit - merge --- # Untitled Model (1) 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 [Linear](https://arxiv.org/abs/2203.05482) merge method. ### Models Merged The following models were included in the merge: * [aisingapore/Gemma-SEA-LION-v4-27B-IT](https://huggingface.co/aisingapore/Gemma-SEA-LION-v4-27B-IT) * /scratch/peeratli/axolotl/outputs-it-cpt4/sealion-v4-gemma-3-27b-CPT-V2_mammoth-vl-IT-hero-run-v1-Mammoth-all-shards-CulturalGroundOE/checkpoint-22586 ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: /scratch/peeratli/axolotl/outputs-it-cpt4/sealion-v4-gemma-3-27b-CPT-V2_mammoth-vl-IT-hero-run-v1-Mammoth-all-shards-CulturalGroundOE/checkpoint-22586 parameters: weight: 0.1 - model: aisingapore/Gemma-SEA-LION-v4-27B-IT parameters: weight: 0.9 merge_method: linear dtype: bfloat16 ```