--- base_model: - appvoid/arco - appvoid/chat-palmer-004-turbo - appvoid/palmer-004-turbo library_name: transformers tags: - mergekit - merge --- # chatty-4 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](https://arxiv.org/abs/2311.03099) [TIES](https://arxiv.org/abs/2306.01708) merge method using [appvoid/arco](https://huggingface.co/appvoid/arco) as a base. ### Models Merged The following models were included in the merge: * [appvoid/chat-palmer-004-turbo](https://huggingface.co/appvoid/chat-palmer-004-turbo) * [appvoid/palmer-004-turbo](https://huggingface.co/appvoid/palmer-004-turbo) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: appvoid/arco - model: appvoid/chat-palmer-004-turbo parameters: density: 0.53 weight: 0.5 - model: appvoid/palmer-004-turbo parameters: density: 0.6 weight: 0.5 merge_method: dare_ties base_model: appvoid/arco parameters: normalize: false int8_mask: true dtype: float16 ```