junethebest commited on
Commit
72a9062
·
verified ·
1 Parent(s): 503f28a

Document handoff archive v1

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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,
22
+ 5,468 cells, frozen inventory, lane checkpoints, safe API provenance, and
23
+ 2,404 content-addressed images.
24
+
25
+ ## Verify and extract
26
+
27
+ ```bash
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
+
35
+ 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.