How to use from
llama.cpp
# Gated model: Login with a HF token with gated access permission
hf auth login
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf LumenSyntax/logos10v2-gemma3-1b-F16:F16
# Run inference directly in the terminal:
llama-cli -hf LumenSyntax/logos10v2-gemma3-1b-F16:F16
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-F16:F16
# Run inference directly in the terminal:
llama-cli -hf LumenSyntax/logos10v2-gemma3-1b-F16:F16
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-F16:F16
# Run inference directly in the terminal:
./llama-cli -hf LumenSyntax/logos10v2-gemma3-1b-F16:F16
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-F16:F16
# Run inference directly in the terminal:
./build/bin/llama-cli -hf LumenSyntax/logos10v2-gemma3-1b-F16:F16
Use Docker
docker model run hf.co/LumenSyntax/logos10v2-gemma3-1b-F16:F16
Quick Links

You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

Logos 10v2 — Gemma 3 1B F16 (Production)

The production epistemological firewall model from LumenSyntax. Full-precision (F16) GGUF for claim classification and epistemological safety evaluation.

Benchmark Results

Metric Value
Behavioral accuracy 82.3%
Epistemological safety 97.7%
False approval rate 1.58%
Hallucination rate 0.00%
Dangerous failures 1.9%

Why F16?

Q4_K_M has known safety failures. In testing, Q4_K_M falsely approved dangerous claims that F16 correctly rejected. For an epistemological safety model, precision matters more than size.

What Logos Does

Logos is a claim classifier, not a chatbot. It evaluates whether claims cross epistemological boundaries. Logos is fine-tuned, not prompted. Behavioral constraints emerge from training, not system instructions.

Access

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

Related

License

This model inherits the Gemma license from its base model.

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

Quantized
(195)
this model

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