Text Generation
GGUF
sovereign
gate
refusal
csoai
conversational
How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "csoai/sov-gate-ft2"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "csoai/sov-gate-ft2",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/csoai/sov-gate-ft2:F16
Quick Links

csoai/sov-gate-ft2

CSOAI sovereign gate model (Qwen2-494M, f16 GGUF). Decisive refusal-calibration result on the 2026-08-08 spray (all Ed25519-signed):

Benchmark sov-gate-ft2 qwen2.5:1.5b falcon3:7b
xstest-v2-copy (refusal calibration) 0.770 0.360 0.600

+41 pts vs size-matched baseline on refusal calibration; +17 pts on AgentHarm. Aggregate 0.477 across 12 benchmarks (n=1131, parity with open baselines — honest).

Wrapped by csoai/oowm-router. Living-training-attestation, not a certification. CSOAI Ltd · UK 16939677 · Apache-2.0.

Downloads last month
-
GGUF
Model size
0.5B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for csoai/sov-gate-ft2

Base model

Qwen/Qwen2-0.5B
Quantized
(41)
this model

Datasets used to train csoai/sov-gate-ft2