--- license: apache-2.0 base_model: - Qwen/QwQ-32B tags: - axolotl - reasoning - qwen2 pipeline_tag: text-generation language: - en --- CardThinker-v3 - Character Generation Model

🌙 CardThinker-v3

WoonaAi presents...

CardProjector Model Visualization

🚀 Overview

CardThinker is an offshoot of the CardProjector series, but with the possibility of reasoning. CardProjector and CardThinker is a specialized series of language models, fine-tuned to generate character cards for SillyTavern and for creating characters in general. These models are designed to assist creators and roleplayers by automating the process of crafting detailed and well-structured character cards, ensuring compatibility with SillyTavern's format.

✨ CardThinker v3 tricks

💡 Usage Recommendations

Reasoning mode:

This model can be used in two modes: reasoning and standard. The standard mode is enabled by default. However, if you need the advanced reasoning mode with its chain-of-thought capability (I strongly recommend using it, as it significantly improves the quality of the generated cards), you must initiate the model's response starting with the following line: ``` Okay, user is ``` In SillyTavern, you can find this setting under "AI Response Formatting - Start Reply With" and simply paste the line above. In other GUIs that lack a similar feature, you can try this workaround: 1. Send your request. 2. Receive the first few tokens from the model. 3. Stop the generation. 4. Delete what the model has generated. 5. Manually edit its response by inserting the line `\nOkay, user is` at the very beginning. 6. Prompt the model to continue generating its response from there. This alternative method has also worked for me, although it is more cumbersome.

Chat history: In multi-turn conversations, the historical model output should only include the final output part and does not need to include the thinking content! (From official Qwen QwQ [usage tips](https://huggingface.co/Qwen/QwQ-32B#usage-guidelines))

Chat Template: ChatML

Balanced output:
Temperature: 0.1-0.3
Top-P: 0.92
Rp.Pen: 1.07
Top-K: 100
Rep Pen Range: 360
Rep Pen Slope: 0.7

Ready-to-use SillyTavern preset: [here](https://huggingface.co/AlexBefest/CardThinker-32B-v3/blob/main/CardThinker-V3.json)

The character creation process: Based on my tests, I would recommend the following approach. To create a well-developed and structured character, I suggest first asking the model to generate the character in a standard, natural format (meaning you shouldn't request formats like YAML or JSON right away), allowing it to describe the character in plain, understandable text. Then, if needed, ask for any necessary adjustments. Once you're satisfied with the result, request the final version to be converted into YAML format. Why YAML? It's an ideal format for structuring and summarizing a character from your chat story. This format is human-readable, and its clear structure is very well processed by RP models (from my tests, it’s even better in some ways than XML). You can simply copy the entire YAML output and paste it into the Description field in Silly Tavern. Alternatively, you can ask the model to convert the resulting card into JSON while leaving the YAML description untouched. I have found this method of using CardProjector v3 to be the most effective.

⚠️ Safety

This model learned on cards for Silly Tavern. I think comments are unnecessary here...

🔧 Technical Specs

Base Model: Qwen/QwQ-32B License: Apache-2.0 Language: English