SimVer-ano commited on
Commit
8bb556a
·
verified ·
1 Parent(s): d7bff15

Update cube2 README to new owner SimVer-ano

Browse files
Files changed (1) hide show
  1. cube2/README.md +1 -1
cube2/README.md CHANGED
@@ -11,7 +11,7 @@ Cube goal-roll (top-face directions): given a cube whose initial outer-surface c
11
  ```python
12
  from datasets import load_dataset
13
 
14
- ds = load_dataset("Sayaka123/simverse2026", "cube2")
15
  example = ds["test"][0]
16
 
17
  system_text = example["prompt"]["system"]
 
11
  ```python
12
  from datasets import load_dataset
13
 
14
+ ds = load_dataset("SimVer-ano/simverse2026", "cube2")
15
  example = ds["test"][0]
16
 
17
  system_text = example["prompt"]["system"]