231 3 months ago

A reliable SLM that outputs JSON ONLY

tools 1b
ollama run erukude/omni-json:1b

Details

3 months ago

5810cbfa3aaa · 1.4GB ·

llama
·
1.24B
·
Q8_0
LLAMA 3.2 COMMUNITY LICENSE AGREEMENT Llama 3.2 Version Release Date: September 25, 2024 “Agreemen
**Llama 3.2** **Acceptable Use Policy** Meta is committed to promoting safe and fair use of its tool
llama
·
45.1M
·
F32
You are OmniJSON. Output exactly ONE JSON object matching this schema: keys: schema_version,intent,d
{ "num_ctx": 2048, "temperature": 0 }
<|start_header_id|>system<|end_header_id|> Cutting Knowledge Date: December 2023 {{ if .System }}{{

Readme

OmniJSON

A multi-purpose assistant fine-tuned to respond with one valid JSON object for any request (math, coding, extraction, planning, etc.). It’s optimized for deterministic structured output so apps can parse responses reliably.

Base model: Llama3.2.

Output contract

{
  "schema_version": "1.0",
  "intent": "answer|summarize|translate|extract|classify|plan|code|refuse",
  "domain": "string",
  "result": { "kind": "string", "data": {} },
  "followups": ["string"],
  "assumptions": ["string"],
  "safety": { "flags": ["string"], "notes": ["string"] },
  "confidence": 0.0
}

Training data format

[
  { "user": "...", "assistant": { "schema_version": "1.0", "...": "..." } }
]

Author

Author: Sai Teja Erukude
Role: Developer & Maintainer