SimVer-ano commited on
Commit
d7bff15
·
verified ·
1 Parent(s): 969794b

Update cube1 README to new owner SimVer-ano

Browse files
Files changed (1) hide show
  1. cube1/README.md +2 -2
cube1/README.md CHANGED
@@ -11,7 +11,7 @@ Cube reconstruction (six-face map): given a blank cross net of a cube and a top-
11
  ```python
12
  from datasets import load_dataset
13
 
14
- ds = load_dataset("Sayaka123/simverse2026", "cube1")
15
  example = ds["test"][0]
16
 
17
  system_text = example["prompt"]["system"]
@@ -48,7 +48,7 @@ The image paths in `image_paths` are already relative to this config's root, so
48
 
49
  ## Companion file
50
 
51
- `catalog.json` mirrors the original `levels/index.json` — a fat JSON containing every level's full data inline. The frontend demo at <https://github.com/Sayaka123/simverse2026> reads this file. It is regenerable from `data/*.json` via `python cube1/regenerate_catalog.py` in the repo.
52
 
53
  ## "?" sentinel rule
54
 
 
11
  ```python
12
  from datasets import load_dataset
13
 
14
+ ds = load_dataset("SimVer-ano/simverse2026", "cube1")
15
  example = ds["test"][0]
16
 
17
  system_text = example["prompt"]["system"]
 
48
 
49
  ## Companion file
50
 
51
+ `catalog.json` mirrors the original `levels/index.json` — a fat JSON containing every level's full data inline. The frontend demo at <https://github.com/SimVer-ano/simverse2026> reads this file. It is regenerable from `data/*.json` via `python cube1/regenerate_catalog.py` in the repo.
52
 
53
  ## "?" sentinel rule
54