card: fill in repo id in usage examples
Browse files
README.md
CHANGED
|
@@ -79,7 +79,7 @@ buffer:
|
|
| 79 |
taskset:
|
| 80 |
name: sciworld
|
| 81 |
storage_type: file
|
| 82 |
-
path:
|
| 83 |
split: train
|
| 84 |
format:
|
| 85 |
prompt_key: 'task_desc'
|
|
@@ -92,7 +92,7 @@ buffer:
|
|
| 92 |
eval_tasksets:
|
| 93 |
- name: sciworld_eval
|
| 94 |
storage_type: file
|
| 95 |
-
path:
|
| 96 |
split: test
|
| 97 |
total_steps: 1308
|
| 98 |
task_selector:
|
|
@@ -111,7 +111,7 @@ buffer:
|
|
| 111 |
from datasets import load_dataset
|
| 112 |
import json
|
| 113 |
|
| 114 |
-
ds = load_dataset("
|
| 115 |
cfg = json.loads(ds["test"][0]["task_desc"])
|
| 116 |
# {'task_name': 'find-non-living-thing', 'var_num': 85, 'jar_path': ''}
|
| 117 |
|
|
|
|
| 79 |
taskset:
|
| 80 |
name: sciworld
|
| 81 |
storage_type: file
|
| 82 |
+
path: SeanWang0027/scienceworld-tcod-split
|
| 83 |
split: train
|
| 84 |
format:
|
| 85 |
prompt_key: 'task_desc'
|
|
|
|
| 92 |
eval_tasksets:
|
| 93 |
- name: sciworld_eval
|
| 94 |
storage_type: file
|
| 95 |
+
path: SeanWang0027/scienceworld-tcod-split
|
| 96 |
split: test
|
| 97 |
total_steps: 1308
|
| 98 |
task_selector:
|
|
|
|
| 111 |
from datasets import load_dataset
|
| 112 |
import json
|
| 113 |
|
| 114 |
+
ds = load_dataset("SeanWang0027/scienceworld-tcod-split")
|
| 115 |
cfg = json.loads(ds["test"][0]["task_desc"])
|
| 116 |
# {'task_name': 'find-non-living-thing', 'var_num': 85, 'jar_path': ''}
|
| 117 |
|