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.

Oraculum Alpha 0.8B

Experimental public preview. A 0.8B-parameter reasoning model fine-tuned from Qwen3.5-0.8B.

Instead of free-form chain-of-thought, Oraculum writes its reasoning as a structured XML trace, discrete steps with explicit operations and dependencies, inside its thinking channel, and only then gives the final answer. The structured trace is the research subject of this release.

<thoughtml>
  <step id="s1" op="observe">The user asks for the sum of 2 and 2.</step>
  <step id="s2" op="deduce" depends_on="s1">2 + 2 = 4.</step>
  <step id="s3" op="answer" depends_on="s2">The answer is 4.</step>
</thoughtml>
The answer is 4.

Files

file format use
model.safetensors bf16 transformers / fine-tuning
oraculum_alpha_08b-bf16.gguf GGUF bf16 llama.cpp, full precision
oraculum_alpha_08b-Q8_0.gguf GGUF Q8_0 llama.cpp, recommended

Run it (llama.cpp)

llama-server -m oraculum_alpha_08b-Q8_0.gguf -c 8192
# or
llama-cli -m oraculum_alpha_08b-Q8_0.gguf -cnv

Use the built-in chat template. The reasoning trace appears in the thinking channel; the visible reply comes after it.

Notes and limitations

  • Alpha. This is a quick public test of the format, not a polished assistant. Expect mistakes, it is a 0.8B model.
  • Reasoning is strongest in math, logic and step-by-step analysis; Portuguese and English are the primary languages.
  • The XML trace is machine-parseable by design; malformed traces can still occur under long generations.

License

Apache 2.0, same as the base model.

Downloads last month
5
Safetensors
Model size
0.8B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for KarlSage/oraculum_alpha_08b

Quantized
(224)
this model