--- base_model: - trashpanda-org/QwQ-32B-Snowdrop-v0 - trashpanda-org/Qwen2.5-32B-Marigold-v0 - Qwen/QwQ-32B - Qwen/Qwen2.5-32B - trashpanda-org/Qwen2.5-32B-Marigold-v0-exp library_name: transformers tags: - mergekit - mergekitty - merge --- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/675a77cf99ca23af9daacccc/Tdn0PJBFnG3J6UcjO9G94.png) QwQwQwQwQwQ and Marigold met at a party and hit it off... # QwQ-32B-Snowdrop-v0

Has's notes: it's actually pretty damn good?!

Severian's notes: R1 at home for RP, literally. Able to handle my cards with gimmicks and subtle tricks in them. With a good reasoning starter+prompt, I'm getting consistently-structured responses that have a good amount of variation across them still while rerolling. Char/scenario portrayal is good despite my focus on writing style, lorebooks are properly referenced at times. Slop doesn't seem to be too much of an issue with thinking enabled. Some user impersonation is rarely observed. Prose is refreshing if you take advantage of what I did (writing style fixation). I know I said Marigold would be my daily driver, but this one is that now, it's that good.

## Recommended settings

Context/instruct template: ChatML. Was definitely not tested with ChatML instruct and Mistral v7 template, nuh-uh.

Samplers: temperature at 0.9, min_p at 0.05, top_a at 0.3, TFS at 0.75, repetition_penalty at 1.03, DRY if you have access to it.

A virt-io derivative prompt worked best during our testing, but feel free to use what you like. Master import for ST: [https://files.catbox.moe/b6nwbc.json](https://files.catbox.moe/b6nwbc.json) ## Reasoning Feel free to test whichever reasoning setup you're most comfortable with, but here's a recommendation from me. My prompt has a line that says: ``` Style Preference: Encourage the usage of a Japanese light novel writing style. ``` Deciding to fixate on that, my reasoning starter is: ``` Okay, in this scenario, before responding I need to consider the writing style referenced in the prompt, which is ``` What this did for me, at least during testing is that it gave the reasoning a structure to follow across rerolls, seeking out that part of the prompt consistently. See below: ![image/png](https://cdn-uploads.huggingface.co/production/uploads/675a77cf99ca23af9daacccc/Mw6h-mmZ0TcQrtNPGdCsV.png) ![image/png](https://cdn-uploads.huggingface.co/production/uploads/675a77cf99ca23af9daacccc/JeSEYwTJofYRqLHKm8glm.png) ![image/png](https://cdn-uploads.huggingface.co/production/uploads/675a77cf99ca23af9daacccc/nDSAJK7HDc-bKFXe6ER_q.png) ![image/png](https://cdn-uploads.huggingface.co/production/uploads/675a77cf99ca23af9daacccc/j2slz1hEKsEM3bVrR--xs.png) But the responses were still varied, because the next few paragraphs after these delved into character details, so on and so forth. Might want to experiment and make your own thinking/reasoning starter that focuses on what you hope to get out of the responses for best results. -- Severian ## Thank you! Big thanks to the folks in the trashpanda-org discord for testing and sending over some logs! ## Reviews To follow. ## Just us having fun, don't mind it ![image/png](https://cdn-uploads.huggingface.co/production/uploads/675a77cf99ca23af9daacccc/ci-okzqZjNgk-CgYFVCNO.png) ## Some logs To follow. ## Merge Details ### Merge Method This model was merged using the [TIES](https://arxiv.org/abs/2306.01708) merge method using [Qwen/Qwen2.5-32B](https://huggingface.co/Qwen/Qwen2.5-32B) as a base. ### Models Merged The following models were included in the merge: * [trashpanda-org/Qwen2.5-32B-Marigold-v0](https://huggingface.co/trashpanda-org/Qwen2.5-32B-Marigold-v0) * [Qwen/QwQ-32B](https://huggingface.co/Qwen/QwQ-32B) * [trashpanda-org/Qwen2.5-32B-Marigold-v0-exp](https://huggingface.co/trashpanda-org/Qwen2.5-32B-Marigold-v0-exp) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: trashpanda-org/Qwen2.5-32B-Marigold-v0-exp parameters: weight: 1 density: 1 - model: trashpanda-org/Qwen2.5-32B-Marigold-v0 parameters: weight: 1 density: 1 - model: Qwen/QwQ-32B parameters: weight: 0.9 density: 0.9 merge_method: ties base_model: Qwen/Qwen2.5-32B parameters: weight: 0.9 density: 0.9 normalize: true int8_mask: true tokenizer_source: Qwen/Qwen2.5-32B-Instruct dtype: bfloat16 ```