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 CWClabs/CWC-Mistral-Nemo-12B-V2-q4_k_m: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 "CWClabs/CWC-Mistral-Nemo-12B-V2-q4_k_m: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

Model created by non-profit CWC (Consumer Wellness Center) with strong emphasis on curated training data in the realms of nutrition, natural health, wellness, disease prevention, phytochemistry and similar topics.

Built on open-mistral-nemo 12B, with credit to Mistral, this model achieves very strong vector db alterations through a variety of SFT techniques to overcome the pro-pharma bias found in nearly all base models.

The curated data set for training consists of over 100 million pages of content selected through algorithmic classification, including science papers, transcripts, book text, article text and more. No user-generated comments or chat data were used.

This allows the model to achieve RAG-like domain knowledge without using RAG. Out of the box, with default system prompts, it is outperforming far larger and more complex models with RAG layers.

Recommended context window of 8192. Flash attention supported.

This model is provided by CWC, and its development was led by Mike Adams.

Additional models and quants will also be published.

Downloads last month
630
GGUF
Model size
12B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

4-bit

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