SimVer-ano commited on
Commit
8a7d0a5
·
verified ·
1 Parent(s): 102c339

Update cutrope README to new owner SimVer-ano

Browse files
Files changed (1) hide show
  1. cutrope/README.md +1 -1
cutrope/README.md CHANGED
@@ -11,7 +11,7 @@ Cut the Rope video-to-command: watch a short gameplay video of one Cut the Rope
11
  ```python
12
  from datasets import load_dataset
13
 
14
- ds = load_dataset("Sayaka123/simverse2026", "cutrope")
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", "cutrope")
15
  example = ds["test"][0]
16
 
17
  system_text = example["prompt"]["system"]