--- license: apache-2.0 tags: - merge - mergekit - lazymergekit - premai-io/prem-1B - appvoid/palmer-002-32k --- # test-v0.5 test-v0.5 is a merge of the following models using [mergekit](https://github.com/cg123/mergekit): * [premai-io/prem-1B](https://huggingface.co/premai-io/prem-1B) * [appvoid/palmer-002-32k](https://huggingface.co/appvoid/palmer-002-32k) ## 🧩 Configuration ```yaml slices: - sources: - model: premai-io/prem-1B layer_range: - 0 - 21 - model: appvoid/palmer-002-32k layer_range: - 0 - 21 merge_method: slerp base_model: premai-io/prem-1B parameters: t: - filter: self_attn value: - 0 - 0.5 - 0.3 - 0.7 - 1 - filter: mlp value: - 1 - 0.5 - 0.7 - 0.3 - 0 - value: 0.5 dtype: float16 ```