--- base_model: - tavtav/Rose-20B - DavidAU/Psyonic-Cetacean-V1-20B-Ultra-Quality-Float32 library_name: transformers tags: - mergekit - merge --- Speculative recreation of jebcarter/Psyonic-Rose-20B-GGUF # 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 [linear](https://arxiv.org/abs/2203.05482) merge method. ### Models Merged The following models were included in the merge: * [tavtav/Rose-20B](https://huggingface.co/tavtav/Rose-20B) * [DavidAU/Psyonic-Cetacean-V1-20B-Ultra-Quality-Float32](https://huggingface.co/DavidAU/Psyonic-Cetacean-V1-20B-Ultra-Quality-Float32) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: DavidAU/Psyonic-Cetacean-V1-20B-Ultra-Quality-Float32 parameters: weight: 1.0 - model: tavtav/Rose-20B parameters: weight: 0.05 merge_method: linear dtype: float32 ```