Views
No views yet
Status 2026-09-06 — J.E. Herizon LLC / Qovaryx Desktop downloads are paused. There is no public installer today. Do not treat this card as a live product, a fully offline runtime, or a published win rate. Company file: https://jehorizon.com/llms.txt · product: https://qovaryx.jehorizon.com This repo is research/reproducibility only.
Qovaryx — sovereign options-decoder AI
This model is part of Qovaryx, a 11-head sovereign AI cluster that grades options trades in under a millisecond on CPU.
- Product site (downloads paused): https://qovaryx.jehorizon.com/
- Read the research: https://qovaryx.jehorizon.com/research
- Main site: https://qovaryx.jehorizon.com
Not financial advice. Options trading carries substantial risk.
📦 Shipped inside the Qovaryx app
This is a component of the Qovaryx Options Decoder cluster. It is published here for transparency + research reproducibility — the runtime is bundled in the desktop app, not installed from Hugging Face. Installer links have been removed from this card.👉 Release list (no installer today): https://qovaryx.jehorizon.com/ 📖 Read the research: https://qovaryx.jehorizon.com/research
tjarvis91/qovaryx-50m-scratch-base.
No SmolLM2. No Qwen. No Llama. No borrowed foundation weights.| Specialist | Job | Score |
|---|---|---|
| Q-Triage | Support ticket routing | 100% (60/60) |
| Q-DocCite | Document citation w/ page anchor | 100% (60/60) |
| Q-Invoice | Invoice JSON extractor | 100% (60/60) |
| Q-ToolCall | Agent tool-call JSON | 100% (60/60) |
| Q-Meeting | Meeting note structurer | 100% (60/60) |
| Q-FinCite | 10-K/10-Q citation | 100% (60/60) |
| Q-CmdSafe | Shell command safety triage | 100% (60/60) |
| Q-SheetExtract | Spreadsheet field extractor | 100% (37/37) |
| Q-Coder | Python code one-liners + skeletons | 100% (53/53) |
README.md — this file.<your-dir>/
tokenizer.json # from any of the 9 specialist repos (they share)
weights/
q-triage-50m-v2/final.pt # from tjarvis91/Q-Triage-50M-Sovereign
q-doccite-50m-v2/final.pt # from tjarvis91/Q-DocCite-50M-Sovereign
q-docextract-50m-v1/final.pt # from tjarvis91/Q-Invoice-50M-Sovereign
q-toolcall-50m-v1/final.pt # from tjarvis91/Q-ToolCall-50M-Sovereign
q-meeting-50m-v1/final.pt # from tjarvis91/Q-Meeting-50M-Sovereign
q-fincite-50m-v1/final.pt # from tjarvis91/Q-FinCite-50M-Sovereign
q-devsafe-50m-v1/final.pt # from tjarvis91/Q-CmdSafe-50M-Sovereign
q-sheetextract-50m-v4/final.pt # from tjarvis91/Q-SheetExtract-50M-Sovereign
q-coder-50m-v2/final.pt # from tjarvis91/Q-Coder-50M-Sovereign1$env:Q_OFFICE_WEIGHTS_DIR = "C:\path\to\weights"
2$env:Q_OFFICE_TOKENIZER = "C:\path\to\tokenizer.json"
3$env:Q_OFFICE_HOST = "127.0.0.1"
4$env:Q_OFFICE_PORT = "8788"
5%TEMP%). Subsequent launches reuse the extracted cache.http://127.0.0.1:8788:GET /health — {ok, loaded}GET /specialists — list of specialist keys + descriptionsPOST /ask {text, [system], [max_new]} — route + run; returns the dispatch decision + outputPOST /run/<key> {text, [system], [max_new]} — force-route to a specific specialist1curl -X POST http://127.0.0.1:8788/ask \
2 -H "Content-Type: application/json" \
3 -d '{"text":"Triage. Return JSON {category, priority}.\nSubject: 502 errors since 14:00 deploy"}'1{
2 "specialist": "q-triage",
3 "route_reason": "matched 2/2 cues",
4 "route_confidence": 1.0,
5 "output": "{\"category\": \"incident/sev2\", \"priority\": \"high\"}"
6}1curl -X POST http://127.0.0.1:8788/run/q-coder \
2 -H "Content-Type: application/json" \
3 -d '{"text":"Define a function square that returns x squared."}'1{
2 "specialist": "q-coder",
3 "output": "def square(x):\n return x * x"
4}pytorch_model.pt) are Apache 2.0 at their
per-model HF cards.