--- base_model: - ABX-AI/Cerebral-Infinity-7B - ABX-AI/Spicy-Laymonade-7B library_name: transformers tags: - mergekit - merge - not-for-all-audiences --- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/65d936ad52eca001fdcd3245/mm8eJBytwElxWw_V1voDW.png) # Cosmic-Citrus-9B Another attempt at merging Cerebrum, InfinityRP, LemonadeRP, and Laymonade, all already merged in my previous merges, now into a 9B containing TheSpice. So far in my tests, it seems to follow my cards in intriguing way, using refined language, with more consideration of what the prompt is saying. In fact, I'm quite positively surprised as the creativity surpassed my expectations. It's quickly becoming a favorite to use for me. ## Merge Details This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit). ### Merge Method This model was merged using the passthrough merge method. ### Models Merged The following models were included in the merge: * [ABX-AI/Cerebral-Infinity-7B](https://huggingface.co/ABX-AI/Cerebral-Infinity-7B) * [ABX-AI/Spicy-Laymonade-7B](https://huggingface.co/ABX-AI/Spicy-Laymonade-7B) ### Configuration The following YAML configuration was used to produce this model: ```yaml slices: - sources: - model: ABX-AI/Cerebral-Infinity-7B layer_range: [0, 20] - sources: - model: ABX-AI/Spicy-Laymonade-7B layer_range: [12, 32] merge_method: passthrough dtype: float16 ```