SAVRN
Search Contact SAVRN

Organization

VNPen LLM Project

VNPen

VNPen LLM 是专为中文视觉小说写作打造的垂直领域语言模型,主要解决通用大模型写视觉小说剧本时水土不服的问题

Models in Library1
Datasets in Library0
Models on Hugging Face1
Followers1

Models

VNPen is MewBaka Studio's visual-novel model series. The writer edition is for script writing, de-AI rewriting, and generating example scenes from a mood brief. Output format is one script line per line: speaker:text, with narration written as 旁白:. The base Qwen/Qwen3.5-2B is multimodal. Its checkpoint carries 297 model.visual. tensors (a depth-24 / hidden-1024 / patch-16 ViT) and 15 mtp. tensors for multi-token prediction. This project is text-only. In transformers, AutoModelForCausalLM on a qwen35 config builds Qwen35ForCausalLM over a Qwen35TextConfig — so the vision weights were never loaded at any point: not for training, not for merging, not for saving. Verified on the published…

Open weights apache-2.0 1.9B parameters 262,144 tokens transformers