How to use from
OpenClaw
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama serve -hf theaicmo/MOM:Q4_K_M
Configure OpenClaw
# Install OpenClaw:
npm install -g openclaw@latest
# Register the local server and set it as the default model:
openclaw onboard --non-interactive --mode local \
  --auth-choice custom-api-key \
  --custom-base-url http://127.0.0.1:8080/v1 \
  --custom-model-id "theaicmo/MOM:Q4_K_M" \
  --custom-provider-id llama-cpp \
  --custom-compatibility openai \
  --custom-text-input \
  --accept-risk \
  --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
Quick Links

MOM โ€” Marketing Open Model

The open-source LLM purpose-built for marketing professionals.

MOM is a fine-tuned Qwen3-14B model trained on marketing Q&A pairs covering the full spectrum of modern marketing โ€” from brand strategy and positioning to paid media, SEO, analytics, and team management. Built by The AI CMO.

Just run: ollama run hf.co/theaicmo/MOM

Highlights

  • Base model: Qwen3-14B (4-bit QLoRA via Unsloth)
  • Training data: Curated marketing instruction pairs generated from authoritative marketing sources
  • 16 marketing domains covered in depth
  • Format: GGUF Q4_K_M โ€” runs locally via Ollama, llama.cpp, LM Studio
  • License: MIT โ€” fully open, commercial use welcome

Quick Start

# Run with Ollama
ollama run hf.co/theaicmo/MOM

Or download the GGUF file and load it in llama.cpp, LM Studio, or any GGUF-compatible runtime.

Example Prompts

What frameworks should I use to position a B2B SaaS product in a crowded market?

How do I structure a marketing budget for a Series A startup with $2M annual spend?

What KPIs should I track for a content marketing program and how do I tie them to revenue?

How should I organize a marketing team of 15 people across brand, growth, and product marketing?

Training Details

  • Method: QLoRA 4-bit fine-tuning with Unsloth
  • LoRA rank: 32 | Alpha: 32 | Dropout: 0
  • Target modules: q_proj, k_proj, v_proj, o_proj, gate_proj, up_proj, down_proj
  • Epochs: 3 | Batch size: 8 (2 ร— 4 grad accum) | LR: 2e-4 (cosine schedule)
  • Quantization: GGUF Q4_K_M via llama.cpp

About The AI CMO

The AI CMO builds AI-powered tools for marketing leaders. MOM is our first open model โ€” designed to give every marketer access to CMO-level strategic thinking.

License

MIT โ€” use it however you want, commercially or otherwise.

Citation

@misc{mom2026,
  title={MOM: Marketing Open Model},
  author={The AI CMO},
  year={2026},
  url={https://huggingface.co/theaicmo/MOM}
}
Downloads last month
7
GGUF
Model size
15B params
Architecture
qwen3
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for theaicmo/MOM

Finetuned
Qwen/Qwen3-14B
Adapter
(479)
this model