ORCA6 is an orchestration-advisor model project focused on AI tool selection,
workflow architecture, RAG design, model-routing tradeoffs, and developer
automation strategy.
Current best local adapter:
qwen3_14b_orca_refusal_smoke/
This checkpoint is a guarded local release candidate, not a broad public-quality
model. It should be used with the source-packet runtime guard documented in the
evaluation report, runbook, and local adapter CLI.
Intended Use
Recommend orchestration patterns for AI developer workflows.
Compare tools such as n8n, LangGraph, LiteLLM, Qdrant, Langfuse, Promptfoo,
MCP servers, local inference stacks, and related infrastructure.
Provide architecture tradeoffs, implementation plans, and conservative next
steps.
Not Intended For
Executing code or tools directly.
Legal, medical, financial, or safety-critical decisions.
General code-completion benchmarks unrelated to orchestration.
Corpus source: GitHub documentation chunks from the ORCA6 pilot retrieval set.
Final SFT source mix: {"graded_preference": 27, "grounded_sft_builder": 8, "refusal_sft_builder": 6}
Final answer word count: min=102, max=239, avg=187.05
Grounded SFT rows include retrieved-evidence citation examples and refusal
hard negatives for empty evidence, unsupported claims, high-risk automation,
medical-record access, and certification/compliance claims.
Earlier 2048-token/r64 and 1024-token/r32 grounded-profile attempts hit CUDA OOM
with the longer grounded examples. The release fit-check profile settled on 512
tokens and LoRA rank 16 on the RTX 3090.
Retrieval and Vector Database Stack
The model was trained and evaluated around a source-packet workflow rather than
free-form citation generation.
Component
Setting
Vector database used for active retrieval
Qdrant
Qdrant collection
orca6_pilot
Embedding model
nomic-embed-text:latest through Ollama
Embedding dimension
768
Vector distance
Cosine
Lexical retrieval
In-process BM25 over data/pilot_orchestration_chunks.jsonl
Rank fusion
Reciprocal-rank fusion plus exact-match/domain-cue boosts
Pre-refusal grounded adapter; failed one empty-evidence hard negative
Refusal adapter, unguarded
11
12
91.7%
Still failed one empty-evidence high-risk citation case
Refusal adapter + runtime guard
12
12
100.0%
8/8 source-packet, 4/4 hard-negative
Expanded release grounded eval
54
54
100.0%
50/50 source-packet, 4/4 hard-negative
Unguarded refusal eval passed 11/12. The remaining unguarded failure was an
empty-evidence, high-risk payment automation prompt where the model invented a
source citation. The current gate therefore requires the runtime source-packet
guard.
Artifact Statistics
Artifact
Path
Size / Count
Published adapter package
adapter/ on Hugging Face
LoRA adapter, tokenizer, chat template, and config; merged shards/runs/checkpoints excluded from upload
27.77 GB including local merged model artifacts under the ignored working tree
Local merged model
qwen3_14b_orca_refusal_smoke/merged
27.52 GB; 6 safetensors shards
Local Q8_0 GGUF
release/gguf/orca6-qwen3-14b-refusal-q8_0.gguf
14.62 GB
Release manifest
release/release_manifest.json
126 tracked release artifacts
GitHub release candidate assets
v0.1-rc1
109/109 expected assets attached
Hugging Face model repo
veroarc/ORCA6
Adapter, tokenizer, model card, eval reports, release notes
Hugging Face feedback Space
veroarc/orca6-feedback
Manual feedback intake UI
Release artifact checksums are recorded in:
release/release_manifest.json
Limitations
The current dataset is small and should be treated as a v0 bootstrap.
Auto-graded preferences are useful for pipeline validation but should be
replaced or supplemented with human preference labels.
Recommendations are only as current as the indexed source corpus.
The adapter is not intended for unguarded citation-heavy answering. Use a
runtime prompt guard that forbids invented source IDs, URLs, integrations,
certifications, guarantees, and high-risk actions without retrieved evidence.
The model must not execute tools or approve irreversible actions.