neutralize agent handoff metadata
Browse files
README.md
CHANGED
|
@@ -1,21 +1,21 @@
|
|
| 1 |
---
|
| 2 |
license: other
|
| 3 |
-
pretty_name: ConflictOrbit
|
| 4 |
task_categories:
|
| 5 |
- visual-question-answering
|
| 6 |
---
|
| 7 |
|
| 8 |
-
# ConflictOrbit
|
| 9 |
|
| 10 |
-
This
|
| 11 |
-
checkpoint for continuation with a
|
| 12 |
natural-spatial dataset and does not use official test data.
|
| 13 |
|
| 14 |
The authoritative payload is:
|
| 15 |
|
| 16 |
- `archives/ConflictOrbit-data-handoff-v1.tar`
|
| 17 |
- SHA256:
|
| 18 |
-
`
|
| 19 |
|
| 20 |
The tar is a transport wrapper only. After extraction it restores the complete
|
| 21 |
portable bundle, including its original `SHA256SUMS`, 1,367 accepted pairs,
|
|
@@ -28,7 +28,7 @@ portable bundle, including its original `SHA256SUMS`, 1,367 accepted pairs,
|
|
| 28 |
sha256sum archives/ConflictOrbit-data-handoff-v1.tar
|
| 29 |
mkdir -p ConflictOrbit-data
|
| 30 |
tar -xf archives/ConflictOrbit-data-handoff-v1.tar -C ConflictOrbit-data
|
| 31 |
-
python /path/to/ConflictOrbit/scripts/
|
| 32 |
--data-root ConflictOrbit-data
|
| 33 |
```
|
| 34 |
|
|
@@ -36,5 +36,5 @@ Expected verifier status: `PASS`, with 663 object, 371 attribute, and 333
|
|
| 36 |
relation pairs. A per-type count of 1,000 is an aspirational ceiling, not a
|
| 37 |
mandatory target. Never relax quality gates to fill it.
|
| 38 |
|
| 39 |
-
This dataset remains provisional
|
| 40 |
-
|
|
|
|
| 1 |
---
|
| 2 |
license: other
|
| 3 |
+
pretty_name: ConflictOrbit agent handoff
|
| 4 |
task_categories:
|
| 5 |
- visual-question-answering
|
| 6 |
---
|
| 7 |
|
| 8 |
+
# ConflictOrbit handoff dataset
|
| 9 |
|
| 10 |
+
This repository transfers the 1,367-pair general ConflictOrbit v7.4
|
| 11 |
+
checkpoint for continuation with a configured 5.5-capable model. It contains no
|
| 12 |
natural-spatial dataset and does not use official test data.
|
| 13 |
|
| 14 |
The authoritative payload is:
|
| 15 |
|
| 16 |
- `archives/ConflictOrbit-data-handoff-v1.tar`
|
| 17 |
- SHA256:
|
| 18 |
+
`807a3e70d6284ed611d6d461107cc36ff9aa64515335740430586d91e350bf70`
|
| 19 |
|
| 20 |
The tar is a transport wrapper only. After extraction it restores the complete
|
| 21 |
portable bundle, including its original `SHA256SUMS`, 1,367 accepted pairs,
|
|
|
|
| 28 |
sha256sum archives/ConflictOrbit-data-handoff-v1.tar
|
| 29 |
mkdir -p ConflictOrbit-data
|
| 30 |
tar -xf archives/ConflictOrbit-data-handoff-v1.tar -C ConflictOrbit-data
|
| 31 |
+
python /path/to/ConflictOrbit/scripts/verify_agent_handoff.py \
|
| 32 |
--data-root ConflictOrbit-data
|
| 33 |
```
|
| 34 |
|
|
|
|
| 36 |
relation pairs. A per-type count of 1,000 is an aspirational ceiling, not a
|
| 37 |
mandatory target. Never relax quality gates to fill it.
|
| 38 |
|
| 39 |
+
This dataset remains provisional and not gold. Preserve source-image
|
| 40 |
+
provenance and follow the applicable upstream terms in downstream releases.
|