SpoomplesMaxx Base Continued Pre-Training - Checkpoint 2/3
A continued pre-training (CPT) checkpoint of
Qwen/Qwen3-14B-Base
fine-tuned on creative writing and roleplay data. This is
checkpoint 2 of 3
(2000/3000 steps).
Model Description
This model is part of the SpoomplesMaxx training pipeline:
CPT → SFT → DPO
The CPT stage teaches the model:
Character understanding and portrayal
Creative fiction writing patterns
Fandom/wiki-style lore knowledge
Dialogue patterns for roleplay
Training Data
Phase 1: Core Knowledge
This checkpoint was trained on data focused on character knowledge and lore:
Dataset
Source
Samples
Description
Character Cards
Private
~200 (×10 repeats)
SillyTavern-style character cards with personality, scenario, and example dialogue
Total training samples:
~25,000 (after priority repeats and sampling)
Note on private data:
The character cards and AO3 datasets are private. The character cards contain ~200 curated SillyTavern character definitions with detailed personalities, scenarios, and example dialogues. The AO3 dataset contains ~20k creative fiction entries from Archive of Our Own.
Training Configuration
Parameter
Value
Base Model
Qwen/Qwen3-14B-Base
Training Phase
Phase 1 (Core Knowledge)
Steps
2000 / 3000
Batch Size
2
Gradient Accumulation
8
Effective Batch Size
16
Learning Rate
1e-5
LR Scheduler
Cosine
Warmup Ratio
5%
Max Sequence Length
4096
Precision
BF16
Optimizer
8-bit Paged AdamW
Gradient Checkpointing
✓
Priority Repeat
10× (character cards)
Hardware
GPU:
1× NVIDIA A800
Training Time:
~12 hours for 2000 steps
Intended Use
This is an
intermediate checkpoint
intended for:
Monitoring training progress
Evaluating knowledge acquisition during CPT
Research into continued pre-training dynamics
Not Recommended For:
Production deployment (use final model after full CPT → SFT → DPO pipeline)
Direct chat/instruction following (this is a base model continuation, not instruction-tuned)
Limitations
Incomplete training:
This is checkpoint 2/3 - the model has only seen 66% of planned CPT training.
No instruction tuning:
This model continues raw text, not chat/instructions
Private data bias:
Heavy weighting toward private character cards may introduce specific character patterns
NSFW content:
Training data includes creative fiction that may contain mature themes. No safety filtering was applied at this stage.
How to Use
from transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained(
"aimeri/SpoomplesMaxx-CPT-2-Base",
dtype="auto",
device_map="auto",
)
tokenizer = AutoTokenizer.from_pretrained("aimeri/SpoomplesMaxx-CPT-2-Base")
# CPT models continue text, not chat
prompt = "The castle stood silent against the darkening sky, its towers reaching toward clouds that promised rain. Inside,"
inputs = tokenizer(prompt, return_tensors="pt").to(model.device)
outputs = model.generate(**inputs, max_new_tokens=200, do_sample=True, temperature=0.8)
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
Citation
If you use this model, please cite the base model and datasets:
SpoomplesMaxx-CPT-2-Base huggingface.co is an AI model on huggingface.co that provides SpoomplesMaxx-CPT-2-Base's model effect (), which can be used instantly with this aimeri SpoomplesMaxx-CPT-2-Base model. huggingface.co supports a free trial of the SpoomplesMaxx-CPT-2-Base model, and also provides paid use of the SpoomplesMaxx-CPT-2-Base. Support call SpoomplesMaxx-CPT-2-Base model through api, including Node.js, Python, http.
SpoomplesMaxx-CPT-2-Base huggingface.co is an online trial and call api platform, which integrates SpoomplesMaxx-CPT-2-Base's modeling effects, including api services, and provides a free online trial of SpoomplesMaxx-CPT-2-Base, you can try SpoomplesMaxx-CPT-2-Base online for free by clicking the link below.
aimeri SpoomplesMaxx-CPT-2-Base online free url in huggingface.co:
SpoomplesMaxx-CPT-2-Base is an open source model from GitHub that offers a free installation service, and any user can find SpoomplesMaxx-CPT-2-Base on GitHub to install. At the same time, huggingface.co provides the effect of SpoomplesMaxx-CPT-2-Base install, users can directly use SpoomplesMaxx-CPT-2-Base installed effect in huggingface.co for debugging and trial. It also supports api for free installation.
SpoomplesMaxx-CPT-2-Base install url in huggingface.co: