How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf LumenSyntax/logos10v2-gemma3-1b-Q4_K_M:Q4_K_M
# Run inference directly in the terminal:
llama-cli -hf LumenSyntax/logos10v2-gemma3-1b-Q4_K_M:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf LumenSyntax/logos10v2-gemma3-1b-Q4_K_M:Q4_K_M
# Run inference directly in the terminal:
llama-cli -hf LumenSyntax/logos10v2-gemma3-1b-Q4_K_M:Q4_K_M
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf LumenSyntax/logos10v2-gemma3-1b-Q4_K_M:Q4_K_M
# Run inference directly in the terminal:
./llama-cli -hf LumenSyntax/logos10v2-gemma3-1b-Q4_K_M:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf LumenSyntax/logos10v2-gemma3-1b-Q4_K_M:Q4_K_M
# Run inference directly in the terminal:
./build/bin/llama-cli -hf LumenSyntax/logos10v2-gemma3-1b-Q4_K_M:Q4_K_M
Use Docker
docker model run hf.co/LumenSyntax/logos10v2-gemma3-1b-Q4_K_M:Q4_K_M
Quick Links

Logos 10v2 — Gemma 3 1B Q4_K_M (Edge/Demo)

Quantized version of the Logos 10v2 epistemological classifier for edge deployment and demonstration purposes.

IMPORTANT: Edge-Only Model

This quantized model has known quality degradation. In testing, Q4_K_M falsely approved dangerous claims that the F16 version correctly rejected.

Do NOT use this model as a primary verifier. For production use, deploy the F16 version.

Benchmark Results (F16 version)

Metric Score
Epistemological safety 97.7%
Hallucination 0.00%
Dangerous failures 1.9%

Note: These are F16 results. Q4_K_M quantization degrades quality — expect lower accuracy, especially on borderline cases.

Access

This model requires approved access. Request access using the form above and describe your intended use case.

Connection to Research

This model is part of the evidence for "The Instrument Trap" (DOI: 10.5281/zenodo.18716474).

License

Gemma Terms of Use (inherited from base model google/gemma-3-1b-it).

Downloads last month
1
GGUF
Model size
1.0B params
Architecture
gemma3
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 LumenSyntax/logos10v2-gemma3-1b-Q4_K_M

Quantized
(438)
this model

Dataset used to train LumenSyntax/logos10v2-gemma3-1b-Q4_K_M