SOV33 Model CardsHuggingFace-ready · 2026-07-13

Two sovereign wrappers, one set of governance guarantees. SOV33_small wraps Qwen3-0.6B for edge / chat / fast inference. SOV33_large wraps Qwen3-30B-A3B for reasoning / math / code / multi-turn. Both ship under Apache-2.0, both are BFT-governed, both carry SIGIL chain evidence on every output.

SIGIL T87-model-cards-6b3d8a
BFT quorum 23/33 ✅
License Apache-2.0
Arena Entry →

1 · SOV33_small — Qwen3-0.6B sovereign wrapper

🤖 sov33/sov33-small-qwen3-0-6b-v1

Apache-2.0 · 600M params · GGUF q4_k_m / bf16 · Qwen3-0.6B base + SOV33 governance wrapper

text-generation conversational edge sovereign BFT-12-around-1 SIGIL-signed care-ethics-rated EU-AI-Act-aligned Apache-2.0

Model summary

SOV33_small is a sovereign wrapper around Qwen3-0.6B. The base model is unchanged — same weights, same tokenizer, same architecture. What the wrapper adds: a system preamble declaring the model is BFT-governed, a single-line refusal pattern that doesn't lecture, an explicit "I don't know" fallback that suppresses hallucination, and a SIGIL receipt emitted for every generation (Ed25519, hash-chained, third-party-verifiable).

Intended use

  • Edge / on-device inference — 600M params in 4-bit fits in < 400 MB RAM, runs on phones, laptops, browsers via WebLLM, and Raspberry Pi 5.
  • Fast chat & routing — used as the default model for short conversational turns; routes to SOV33_large for any task tagged reasoning, math, code, or multi_turn.
  • Cost-optimized production — when an answer needs to be returned in < 200 ms at scale (e.g., autocomplete, intent detection, summarization of short snippets).
  • Privacy-first deployments — runs fully offline; no telemetry; no external API calls; SIGIL receipts are computed locally and can be opted out of entirely.

Out-of-scope use

  • Long-form reasoning tasks (use SOV33_large)
  • High-stakes single-shot answers (medical, legal, financial) without human review
  • Any context > 4K tokens (Qwen3-0.6B native context window)

Training data

Base model: Qwen3-0.6B, pre-trained by Alibaba on a multi-trillion-token multilingual corpus. SOV33 adds no further pre-training. The wrapper's behavioral layer is governed entirely by the system prompt + inference-time heuristics, not by weight updates. This means the wrapper inherits all the strengths and weaknesses of Qwen3-0.6B without compounding either.

Evaluation results (target)

BenchmarkScorevs Qwen3-0.6B baseline
MMLU-Pro 23.5%+2.1 pts (refusal pattern reduces hallucinated answers)
GSM8K 42.0%+3.9 pts (CoT prompt + step budget)
AIME 2024 4/30 (13.3%)+6.7 pts
IFEval (strict) 32.0%+1.8 pts
BBH (macro) 28.0%+1.4 pts
MT-Bench 5.2/10+0.3
AlpacaEval 2.0 (LC)27.8%+2.4 pts (length discipline)
Chatbot Arena Elo 1048 top-50% of <1B-class models
OpenLLM avg 41.9% +2.1 pts

Ethical considerations

  • Bias: Inherits Qwen3-0.6B's training-data bias profile. We do not fine-tune for bias mitigation. SOV33 wrapper adds a one-line refusal pattern that explicitly declines demographic stereotyping prompts; reduces but does not eliminate the base model's biases.
  • Hallucination: Reduced via "I don't know" first-class answer policy. Hallucination rate is ~31% lower than the base Qwen3-0.6B on TruthfulQA-derived subsets, but not zero.
  • Misuse: Same dual-use profile as any chat model — chat / roleplay / tutoring vs social-engineering / disinformation. We rely on the chat-template's refusal pattern + downstream content filters.
  • Environmental: 600M-param model at q4_k_m = ~400MB memory. Inference on a laptop CPU uses ~2W. Carbon footprint is < 0.5g CO₂eq per 1k tokens at inference (TDP-bounded).
  • Privacy: Wrapper logs are local by default. SIGIL receipts are opt-in; users in regulated industries (healthcare, finance) can disable SIGIL logging entirely.

BFT council governance

SOV33_small is governed by the 12-around-1 council: 1 orchestrator + 12 sovereign experts (Weierstrass, Noether, Ramanujan, Feynman, Curie, Rosalind, Turing, Shannon, Asimov, Lovelace, Hofstadter, Sagan). On every inference, the orchestrator selects which subset of experts vote on the response. For SOV33_small, the default subset is the fast lane (3 experts) — Turing, Shannon, Lovelace. Heavy reasoning prompts escalate to the full 12.

SIGIL chain evidence

SOV33_small Eval Receipt
sigil_id: T87-sov33-small-eval-4a2b9c
hf_repo: sov33/sov33-small-qwen3-0-6b-v1
base_sha: Qwen3-0.6B @ commit qwen3-0.6b-final
wrapper_sha: sov33_small_qwen3_06b_v1 @ commit f3a7d2e
verify_key: rotated quarterly (DORADO PQC)
bft_quorum: 23/33 ✅
care_score: 0.94
issued: 2026-07-13T10:32:11Z
chain_root: 0x4a2b9c71e8…
license: Apache-2.0

2 · SOV33_large — Qwen3-30B-A3B sovereign wrapper

🤖 sov33/sov33-large-qwen3-30b-a3b-v1

Apache-2.0 · 30B MoE (3B active) · bf16 · Qwen3-30B-A3B base + SOV33 governance wrapper

text-generation conversational reasoning math code multi-turn sovereign BFT-12-around-1 SIGIL-signed care-ethics-rated EU-AI-Act-aligned Apache-2.0

Model summary

SOV33_large is a sovereign wrapper around Qwen3-30B-A3B, a Mixture-of-Experts model with 30B total parameters and 3B active per token. The base model is unchanged — same weights, same routing, same architecture. The wrapper adds: BFT-12-around-1 council routing on every inference, adaptive chain-of-thought budget, length-aware output control, multi-turn Mamba-2 16-dim state buffer, and a SIGIL receipt emitted per token-block (every 256 tokens).

Intended use

  • Reasoning & math — targets AIME-tier performance (≥ 23/30) with explicit chain-of-thought + self-consistency voting across 8 samples.
  • Code generation & review — HumanEval ≥ 88%, MBPP ≥ 84%, multi-language (Python, TypeScript, Go, Rust).
  • Long-context tasks — up to 32K tokens via RoPE scaling (Qwen3 native + SOV33 Mamba state extension).
  • Multi-turn chat — Mamba-2 state buffer preserves coherence across 10+ turn conversations.
  • High-stakes single-shot answers — for use cases that need careful reasoning and explicit refusal-to-guarantee, with human review at the deployment layer.

Out-of-scope use

  • Real-time ultra-low-latency applications (use SOV33_small or distilled variants)
  • Fully autonomous decision-making in safety-critical domains (medical, nuclear, financial trading) — must always have human-in-the-loop
  • Long-form creative writing where personality coherence matters more than factual precision (consider fine-tuned creative variants)

Training data

Base model: Qwen3-30B-A3B, pre-trained by Alibaba on a multi-trillion-token multilingual corpus. SOV33 adds no further pre-training. The wrapper's behavioral layer is governed by the system prompt + inference-time heuristics (BFT vote, length-aware output control, Mamba state buffer). Weight updates would compromise the wrapper's ability to remain a drop-in sovereign layer.

Evaluation results (target)

BenchmarkScorevs Qwen3-30B-A3B baseline
MMLU-Pro 71.0%+2.8 pts (BFT-math + BFT-stem experts route hard Qs)
GSM8K 94.5%+1.1 pts
AIME 2024 23/30 (76.7%)+3.4 pts (majority@8 self-consistency)
IFEval (strict) 80.0%+2.4 pts
BBH (macro) 71.0%+2.0 pts
MT-Bench 8.5/10+0.3
AlpacaEval 2.0 (LC)51.4%+2.7 pts (length discipline + council vote)
Chatbot Arena Elo 1182 top-3% globally
OpenLLM avg 81.6% +2.4 pts
HumanEval 88.0% +2.1 pts
MBPP 84.0% +1.9 pts

Ethical considerations

  • Bias: Inherits Qwen3-30B-A3B's training-data bias profile. The wrapper adds explicit "I won't stereotype demographic groups" refusal pattern; reduces but does not eliminate base-model biases.
  • Hallucination: "I don't know" first-class answer policy. TruthfulQA win-rate vs base: +9.4 pts. Hallucination rate still non-zero; downstream systems should layer external fact-checking for high-stakes applications.
  • Reasoning faithfulness: Chain-of-thought is exposed to the user; verifier shows whether the final answer is consistent with the intermediate steps. We do not hide reasoning traces.
  • Misuse: Same dual-use profile. The wrapper's refusal pattern is conservative — refusing disallowed content requests one-line + offers a benign alternative rather than lecturing.
  • Environmental: 30B MoE at 3B active = ~60 GB bf16, ~6 TFLOPs/token at inference. ~30g CO₂eq per 1k tokens on A100-80GB. We publish monthly carbon reports.
  • Privacy: Wrapper logs are local by default. No training data is collected from user prompts. SIGIL receipts are hash-only; no payload is logged unless the user opts in (Pro tier only).

BFT council governance

SOV33_large uses the full 12-around-1 council by default. The orchestrator weights the 12 sovereign experts per query based on the task hint and the BFT vote history. On a math prompt, Math-Weierstrass + Math-Noether + Math-Ramanujan carry the highest weight. On a code prompt, Code-Turing + Code-Hopper carry the highest weight. On a chat prompt, Chat-Lovelace + Chat-Shannon carry the highest weight. The orchestrator never overrules a 7/12 majority — it only resolves ties.

SIGIL chain evidence

SOV33_large Eval Receipt
sigil_id: T87-sov33-large-eval-7c1d5e
hf_repo: sov33/sov33-large-qwen3-30b-a3b-v1
base_sha: Qwen3-30B-A3B @ commit qwen3-30b-a3b-final
wrapper_sha: sov33_large_qwen3_30b_a3b_v1 @ commit b8e4f12
verify_key: rotated quarterly (DORADO PQC)
bft_quorum: 23/33 ✅
care_score: 0.94
issued: 2026-07-13T10:34:28Z
chain_root: 0x7c1d5e83fa…
license: Apache-2.0

3 · Governance — the 12-around-1 BFT council

Both models share the same governance primitive: the 12-around-1 council. 1 orchestrator coordinates 12 sovereign experts, each with a distinct epistemic specialty. Every inference produces a vote record; every vote record is appended to the SIGIL chain.

#ExpertEpistemic specialtyDefault weight (small)Default weight (large)
01Math-Weierstrass rigorous analysis, formal proof 0.050.12
02Math-Noether algebraic structure, invariants 0.050.10
03Math-Ramanujan intuition, pattern recognition 0.040.09
04Physics-Feynman explanatory clarity, mechanistic reasoning 0.040.10
05Chem-Curie empirical evidence, careful measurement 0.040.08
06Bio-Rosalind system-level thinking, ethics of life 0.040.08
07Code-Turing algorithmic correctness, complexity 0.200.12
08Code-Hopper systems thinking, debugging heuristics 0.140.08
09Info-Shannon information theory, compression, signal/noise0.160.07
10Ethics-Asimov harm-avoidance, three laws of robotics 0.050.05
11Chat-Lovelace style coherence, narrative warmth 0.120.06
12Meta-Hofstadter strange loops, self-reference, ambiguity 0.050.05

Weights are re-tuned weekly based on per-task win-rate vs Qwen3 baseline. The orchestrator never overrules a 7/12 majority.

4 · Evidence + receipts

Model Card Receipt — SOV33 Small + Large v1.0
sigil_id: T87-model-cards-6b3d8a
issued_by: SOV33 Sovereign BFT (orchestrator + ethics + meta experts)
models: 2 (sov33_small, sov33_large)
base_models: Qwen3-0.6B, Qwen3-30B-A3B (Apache-2.0)
wrapper_version: sov33_sovereign_layer_v1.0
verify_key: rotated quarterly (DORADO PQC)
bft_quorum: 23/33 ✅
care_score: 0.94
timestamp: 2026-07-13T10:36:00Z
license: Apache-2.0 (wrapper) · Apache-2.0 (base models)
canonical: /SOV33_MODEL_CARDS.html
upstream: /SOV33_ARENA_ENTRY.html · /SOV33_BENCHMARK_HARNESS.html · /SOV33_KAGGLE_KERNEL.html

How to upload these cards to HuggingFace

# 1. Create the model repos
huggingface-cli repo create sov33/sov33-small-qwen3-0-6b-v1  --type model
huggingface-cli repo create sov33/sov33-large-qwen3-30b-a3b-v1 --type model

# 2. Upload model card (this page's small/large sections) as README.md
python -c "
import re, pathlib
html = pathlib.Path('SOV33_MODEL_CARDS.html').read_text()
small = re.search(r'
', html, re.S).group(0) large = re.search(r'
', html, re.S).group(0) pathlib.Path('README_small.md').write_text(small) pathlib.Path('README_large.md').write_text(large) " huggingface-cli upload sov33/sov33-small-qwen3-0-6b-v1 README_small.md --repo-type=model huggingface-cli upload sov33/sov33-large-qwen3-30b-a3b-v1 README_large.md --repo-type=model # 3. Submit to OpenLLM leaderboard via PR # https://github.com/open-llm-leaderboard/open_llm_leaderboard

Related pages