Update cube2 README to new owner SimVer-ano
Browse files- 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("
|
| 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"]
|