--- license: other pretty_name: ConflictOrbit agent handoff task_categories: - visual-question-answering --- # ConflictOrbit handoff dataset This repository transfers the 1,367-pair general ConflictOrbit v7.4 checkpoint for continuation with a configured 5.5-capable model. It contains no natural-spatial dataset and does not use official test data. The authoritative payload is: - `archives/ConflictOrbit-data-handoff-v1.tar` - SHA256: `807a3e70d6284ed611d6d461107cc36ff9aa64515335740430586d91e350bf70` The tar is a transport wrapper only. After extraction it restores the complete portable bundle, including its original `SHA256SUMS`, 1,367 accepted pairs, 5,468 cells, frozen inventory, lane checkpoints, safe API provenance, and 2,404 content-addressed images. ## Verify and extract ```bash sha256sum archives/ConflictOrbit-data-handoff-v1.tar mkdir -p ConflictOrbit-data tar -xf archives/ConflictOrbit-data-handoff-v1.tar -C ConflictOrbit-data python /path/to/ConflictOrbit/scripts/verify_agent_handoff.py \ --data-root ConflictOrbit-data ``` Expected verifier status: `PASS`, with 663 object, 371 attribute, and 333 relation pairs. A per-type count of 1,000 is an aspirational ceiling, not a mandatory target. Never relax quality gates to fill it. This dataset remains provisional and not gold. Preserve source-image provenance and follow the applicable upstream terms in downstream releases.