--- base_model: - appvoid/arco - h2oai/h2o-danube3-500m-chat - appvoid/chat-palmer-004-turbo library_name: transformers tags: - mergekit - merge --- # chatty-2 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: * [h2oai/h2o-danube3-500m-chat](https://huggingface.co/h2oai/h2o-danube3-500m-chat) * [appvoid/chat-palmer-004-turbo](https://huggingface.co/appvoid/chat-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: h2oai/h2o-danube3-500m-chat parameters: density: 0.53 weight: 0.45 merge_method: dare_ties base_model: appvoid/arco parameters: normalize: true int8_mask: true dtype: float16 ```