jankin123 commited on
Commit
0083551
·
verified ·
1 Parent(s): 849b59c

Add V16 broad EventChunk-SFT dataset card

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -40,8 +40,12 @@ game/research/formal/artifacts/v16_scales/sft_v16_scale100_mixture/
40
  ```
41
 
42
  Their image references are repository-relative paths rooted at
43
- `game/research/formal/`. Download this repository preserving its directory
44
- layout so the `images` values resolve without rewriting.
 
 
 
 
45
 
46
  ## Format
47
 
 
40
  ```
41
 
42
  Their image references are repository-relative paths rooted at
43
+ `game/research/formal/`. The complete release is stored under `archives/` as
44
+ uncompressed tar shards plus `SHA256SUMS`, avoiding millions of separate Hub
45
+ objects. Verify the checksums and extract every shard from the directory where
46
+ the dataset checkout lives, for example: `for f in archives/*.tar; do tar -xf
47
+ "$f"; done`. This recreates the original directory layout so the `images`
48
+ values resolve without rewriting.
49
 
50
  ## Format
51