--- license: cc-by-nc-4.0 library_name: transformers tags: - mergekit - merge - alpaca - mistral - not-for-all-audiences - nsfw --- # IceCocoaRP-7b ![image/png](https://cdn-uploads.huggingface.co/production/uploads/63407b719dbfe0d48b2d763b/AN1QDxVIoxzk965qzRxOB.png) This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit). [SillyTavern Discord thread](https://discord.com/channels/1100685673633153084/1248929887570628688) [Rules-lorebook and settings I'm using you can find here](https://huggingface.co/icefog72/GeneralInfoToStoreNotModel/tree/main) [ko-fi](https://ko-fi.com/icefog72) ## Merge Details The best one so far for me. - [4.2bpw-exl2](https://huggingface.co/icefog72/IceCocoaRP-7b-4.2bpw-exl2) - [6.5bpw-exl2](https://huggingface.co/icefog72/IceCocoaRP-7b-6.5bpw-exl2) - [8bpw-exl2](https://huggingface.co/icefog72/IceCocoaRP-7b-8bpw-exl2) thx mradermacher for - [GGUF](https://huggingface.co/mradermacher/IceCocoaRP-7b-GGUF) - [i1-GGUF](https://huggingface.co/mradermacher/IceCocoaRP-7b-i1-GGUF) ### Merge Method This model was merged using the [TIES](https://arxiv.org/abs/2306.01708) merge method using NeuralBeagleJaskier as a base. ### Models Merged The following models were included in the merge: * NeuralBeagleJaskier * IceBlendedCoffeeRP-7b (slerp bfloat16) - IceCoffeeRP-7b - IceBlendedLatteRP-7b base ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: NeuralBeagleJaskier parameters: density: 0.9 weight: 0.5 - model: IceBlendedCoffeeRP-7b parameters: density: 0.5 weight: 0.3 merge_method: ties base_model: NeuralBeagleJaskier parameters: normalize: true int8_mask: true dtype: float16 ```