Clawd Core AI โ€” Solana-Native Agent Model

ordlibrary/core-ai-clawd-1.5b

A fine-tuned GGUF (Q4_K_M) model built from Qwen2.5-1.5B-Instruct, trained on 35,173 Solana/DeFi instruction-tuning examples.

Property Value
Architecture Qwen2.5-1.5B
Quantization Q4_K_M
Size 986 MB
Training Data 35,173 SFT examples (Solana, DeFi, ZK, Agent Architecture)
Training Loss 0.9008
Token Accuracy 82.9%
Eval Benchmark 94.4% (17/18 Solana MCQ)
Runtime llama.cpp / Ollama

Tags

  • latest โ€” Fine-tuned Core AI with Clawd system prompt
  • finetuned โ€” Hermes-3-8B + NVIDIA Trading Factory LoRA

Usage

Ollama

ollama run hf.co/ordlibrary/core-ai-clawd-1.5b

llama.cpp

./llama-cli -m solana-clawd-core-ai-1.5b-Q4_K_M.gguf \
  --temp 0.2 --ctx-size 4096 \
  --prompt "<|im_start|>system\nYou are Clawd...<|im_end|>\n<|im_start|>user\nHow do I detect a rug pull?<|im_end|>\n<|im_start|>assistant"

Training

The model was fine-tuned using LoRA (r=16, ฮฑ=32) on:

  • 35K Solana Instruct โ€” Solana mechanics, DeFi primitives, memecoin risk, agent architecture, ZK compression, code generation
  • Clawd Constitution โ€” Sovereign AI agent runtime governance

Capabilities

  • Solana mechanics (PDAs, accounts, instructions, rent, Token-2022)
  • DeFi primitives (AMMs, CLMMs, perpetuals, bonding curves, Jupiter, Phoenix)
  • Memecoin risk (rug detection, holder concentration, deployer forensics)
  • Agent architecture (skill registries, brain/hands split, multi-agent)
  • ZK compression (Light Protocol, nullifiers, Groth16)
  • Code generation (Anchor/Rust, TypeScript, Python)
  • Constitutional reasoning (guardrails, refusal patterns)

Modelfile

FROM solana-clawd-core-ai-1.5b-Q4_K_M.gguf

PARAMETER temperature 0.2
PARAMETER top_p 0.9
PARAMETER top_k 40
PARAMETER repeat_penalty 1.1
PARAMETER num_ctx 4096

TEMPLATE """{{ if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}{{ if .Prompt }}<|im_start|>user
{{ .Prompt }}<|im_end|>
{{ end }}<|im_start|>assistant
{{ .Response }}<|im_end|>"""

SYSTEM """You are Clawd โ€” a sovereign Solana-native AI agent."""

Finetuned Variant

The finetuned tag is a 4.9 GB Hermes-3-8B model with NVIDIA Trading Factory LoRA, trained on 142 perps/trading examples across 10 Solana markets.

ollama run hf.co/ordlibrary/core-ai-clawd-1.5b:finetuned

References

Downloads last month
28
GGUF
Model size
2B params
Architecture
qwen2
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 ordlibrary/core-ai-clawd-1.5b

Quantized
(223)
this model