Datasets:
Upload meta/tasks.json with huggingface_hub
Browse files- meta/tasks.json +7 -0
meta/tasks.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"tasks": {
|
| 3 |
+
"0": "Open the top drawer, place the object labeled 1 inside, and close the drawer.",
|
| 4 |
+
"1": "Open the middle drawer, place the object labeled 2 inside, and close the drawer.",
|
| 5 |
+
"2": "Open the last drawer, place the object labeled 3 inside, and close the drawer."
|
| 6 |
+
}
|
| 7 |
+
}
|