--- base_model: - tinycompany/Shawty-1.4B-SFT-Stage-1 - tinycompany/shawty-CoT-Hindi-English library_name: transformers tags: - mergekit - merge --- # MergedShawty-v0.6 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 [DARE TIES](https://arxiv.org/abs/2311.03099) merge method using [tinycompany/Shawty-1.4B-SFT-Stage-1](https://huggingface.co/tinycompany/Shawty-1.4B-SFT-Stage-1) as a base. ### Models Merged The following models were included in the merge: * [tinycompany/shawty-CoT-Hindi-English](https://huggingface.co/tinycompany/shawty-CoT-Hindi-English) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: tinycompany/Shawty-1.4B-SFT-Stage-1 parameters: density: 1.0 weight: 0.6 - model: tinycompany/shawty-CoT-Hindi-English parameters: density: 1.0 weight: 0.4 merge_method: dare_ties base_model: tinycompany/Shawty-1.4B-SFT-Stage-1 parameters: normalize: true int8_mask: true dtype: bfloat16 tokenizer_source: base ```