junethebest commited on
Commit
c25261d
·
verified ·
1 Parent(s): cb24135

neutralize agent handoff metadata

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -1,21 +1,21 @@
1
  ---
2
  license: other
3
- pretty_name: ConflictOrbit private company-5.5 handoff
4
  task_categories:
5
  - visual-question-answering
6
  ---
7
 
8
- # ConflictOrbit private handoff dataset
9
 
10
- This private repository transfers the 1,367-pair general ConflictOrbit v7.4
11
- checkpoint for continuation with a company-provided 5.5 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
- `e6dcccf43666fe66358da0a9d22bea09942a1194c0ae9fa0e30e2259a3a60880`
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/verify_company55_handoff.py \
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, private, and not gold. Review source-image
40
- redistribution rights before any public release.
 
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.