aimeri / SpoomplesMaxx-Base

huggingface.co
Total runs: 3
24-hour runs: 0
7-day runs: -3
30-day runs: -5
Model's Last Updated: December 25 2025
text-generation

Introduction of SpoomplesMaxx-Base

Model Details of SpoomplesMaxx-Base

SpoomplesMaxx Base

A continued pre-training (CPT) checkpoint of Qwen/Qwen3-14B-Base fine-tuned on creative writing and roleplay data.

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
Private Dataset Private ~100k (50,000 sampled) SillyTavern-style character cards with personality, scenario, and example dialogue, as well as fanfics, essays about media and characters, short novels, and high quality roleplay data
nyuuzyou/fandom HuggingFace 50,000 (sampled) Fandom wiki articles with character/world lore
gryffindor-ISWS/dbpedia_abstracts_fictional_characters_with_img HuggingFace 50,000 (sampled) DBpedia abstracts of fictional characters

Total training samples: ~46k

Training Configuration
Parameter Value
Base Model Qwen/Qwen3-14B-Base
Steps 3000
Batch Size 1
Gradient Accumulation 16
Effective Batch Size 16
Learning Rate 1e-5
LR Scheduler Cosine
Warmup Ratio 5%
Max Sequence Length 8192
Precision BF16
Optimizer 8-bit Paged AdamW
Gradient Checkpointing
Hardware
  • GPU: 1× NVIDIA A800
  • Training Time: ~6 hours for 1000 steps
Intended Use

This model is intended for use as a creative base model for further finetuning.

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
  • 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-Base",
    dtype="auto",
    device_map="auto",
)
tokenizer = AutoTokenizer.from_pretrained("aimeri/SpoomplesMaxx-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:

@misc{qwen3-14b-base,
  title={Qwen3-14B-Base},
  author={Qwen Team},
  year={2025},
  publisher={Hugging Face},
  url={https://huggingface.co/Qwen/Qwen3-14B-Base}
}
Acknowledgments

Runs of aimeri SpoomplesMaxx-Base on huggingface.co

3
Total runs
0
24-hour runs
-3
3-day runs
-3
7-day runs
-5
30-day runs

More Information About SpoomplesMaxx-Base huggingface.co Model

More SpoomplesMaxx-Base license Visit here:

https://choosealicense.com/licenses/mit

SpoomplesMaxx-Base huggingface.co

SpoomplesMaxx-Base huggingface.co is an AI model on huggingface.co that provides SpoomplesMaxx-Base's model effect (), which can be used instantly with this aimeri SpoomplesMaxx-Base model. huggingface.co supports a free trial of the SpoomplesMaxx-Base model, and also provides paid use of the SpoomplesMaxx-Base. Support call SpoomplesMaxx-Base model through api, including Node.js, Python, http.

SpoomplesMaxx-Base huggingface.co Url

https://huggingface.co/aimeri/SpoomplesMaxx-Base

aimeri SpoomplesMaxx-Base online free

SpoomplesMaxx-Base huggingface.co is an online trial and call api platform, which integrates SpoomplesMaxx-Base's modeling effects, including api services, and provides a free online trial of SpoomplesMaxx-Base, you can try SpoomplesMaxx-Base online for free by clicking the link below.

aimeri SpoomplesMaxx-Base online free url in huggingface.co:

https://huggingface.co/aimeri/SpoomplesMaxx-Base

SpoomplesMaxx-Base install

SpoomplesMaxx-Base is an open source model from GitHub that offers a free installation service, and any user can find SpoomplesMaxx-Base on GitHub to install. At the same time, huggingface.co provides the effect of SpoomplesMaxx-Base install, users can directly use SpoomplesMaxx-Base installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

SpoomplesMaxx-Base install url in huggingface.co:

https://huggingface.co/aimeri/SpoomplesMaxx-Base

Url of SpoomplesMaxx-Base

SpoomplesMaxx-Base huggingface.co Url

Provider of SpoomplesMaxx-Base huggingface.co

aimeri
ORGANIZATIONS

Other API from aimeri

huggingface.co

Total runs: 876
Run Growth: 876
Growth Rate: 100.00%
Updated:July 07 2026
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:June 28 2026