Caplin43 commited on
Commit
d99085a
·
verified ·
1 Parent(s): 4f89df7

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Humanoid-Web3-Advanced-Command-Dataset-v2
2
+
3
+ ## Overview
4
+ Humanoid-Web3-Advanced-Command-Dataset-v2 is a structured NLP dataset created for training humanoid robot intent classification models.
5
+
6
+ The dataset contains diverse natural language commands mapped into structured action intents for robotics automation and Web3-integrated AI systems.
7
+
8
+ ## Task
9
+ Text Classification (Intent Detection)
10
+
11
+ ## Language
12
+ English
13
+
14
+ ## Total Samples
15
+ - Train: 60
16
+ - Test: 20
17
+ - Total: 80
18
+
19
+ ## Labels (10 Classes)
20
+ - move_object
21
+ - pick_and_place
22
+ - rotate_object
23
+ - scan_object
24
+ - grab_object
25
+ - release_object
26
+ - start_process
27
+ - stop_process
28
+ - inspect_object
29
+ - navigate_to_location
30
+
31
+ ## Format
32
+ CSV (text,label)
33
+
34
+ ## Use Cases
35
+ - Robotics NLP training
36
+ - AI agent automation
37
+ - Smart warehouse systems
38
+ - Web3 robotics logging