colawolfie/Chen-9B
Chen-9B is a 9 billion parameter language model, fine-tuned from Qwen/Qwen3.5-9B-Base, specifically designed to replicate the chat style of Character.AI's "c.ai 1.1" model. It achieves this by distilling from Character.AI outputs using the PIPPA dataset and private datasets. This model excels at character roleplay and creative writing, offering a nostalgic experience for users interested in the old Character.AI style, with a context length of 32768 tokens.
Loading preview...
Overview
Chen-9B is a 9 billion parameter model, fine-tuned from Qwen/Qwen3.5-9B-Base, with the primary goal of emulating the distinctive chat style of the older "c.ai 1.1" model from Character.AI. This was achieved through distillation from Character.AI outputs, leveraging the PIPPA dataset and additional private datasets.
Key Characteristics
- Character Emulation: Successfully replicates the conversational quirks and style of the original Character.AI 1.1, including some of its known eccentricities.
- Roleplay Focus: Optimized for interactive roleplay and creative writing scenarios, expecting character descriptions in the system prompt.
- Training: Trained in 4-bit QLoRA mode and merged into a full
bfloat16model for ease of deployment. - No Safety Alignment: Lacks built-in content filters or safety alignment, meaning it can generate NSFW or offensive content.
- Not for Factual Information: Not designed for truthfulness, high-quality coding, or instruct tasks; should not be used as a source of factual information.
Usage Recommendations
- Chat Template: Uses the standard ChatML format.
- Sampling Parameters: Recommended
tempbetween 0.8-1.2,top_k40,top_p0.95,min_p0.05. - Repetition Penalty: Use
rep_penbetween 1.01-1.09 to mitigate repetition, a common trait inherited from its source data. - System Prompt: Best used with a character description in the system prompt for intended roleplay behavior. Without it, it may act as an AI assistant or a random character.
Licensing
- Licensed under the Apache License 2.0, similar to its base model, Qwen3.5-9B-Base.