seto4 commited on
Commit
add7aa9
·
verified ·
1 Parent(s): 9b022ec

Update README.me

Browse files
Files changed (1) hide show
  1. README.me +22 -3
README.me CHANGED
@@ -1,8 +1,27 @@
1
  ---
2
  license: mit
 
 
 
 
 
3
  ---
4
 
5
- # Humanoid Object Tasks Dataset
6
 
7
- This dataset contains simple object manipulation tasks for humanoid robots.
8
- It is designed for basic robotic interaction and task execution.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ task_categories:
4
+ - robotics
5
+ - text-generation
6
+ language:
7
+ - en
8
  ---
9
 
10
+ # Humanoid Object Tasks
11
 
12
+ ## Dataset Description
13
+ This dataset contains object-related tasks for humanoid robots.
14
+ Each entry describes an instruction and the expected robot behavior.
15
+
16
+ ## Dataset Structure
17
+ Each sample includes:
18
+ - instruction: the task given to the robot
19
+ - input: optional context
20
+ - output: expected humanoid robot action
21
+
22
+ ## Intended Use
23
+ Suitable for training humanoid robots in basic object manipulation
24
+ and human-robot interaction tasks.
25
+
26
+ ## License
27
+ MIT