--- base_model: - UmbrellaInc/Zombie-3.2-1B - UmbrellaInc/Plant.42-3.2-1B 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 [SLERP](https://en.wikipedia.org/wiki/Slerp) merge method. ### Models Merged The following models were included in the merge: * [UmbrellaInc/Zombie-3.2-1B](https://huggingface.co/UmbrellaInc/Zombie-3.2-1B) * [UmbrellaInc/Plant.42-3.2-1B](https://huggingface.co/UmbrellaInc/Plant.42-3.2-1B) ### Configuration The following YAML configuration was used to produce this model: ```yaml merge_method: slerp base_model: UmbrellaInc/Zombie-3.2-1B dtype: bfloat16 out_dtype: bfloat16 models: - model: UmbrellaInc/Plant.42-3.2-1B weight: 0.6 parameters: normalize: true rescale: true t: 0.95 ```