Caplin43 commited on
Commit
5d7c4ea
·
verified ·
1 Parent(s): 5b6baf6

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ pipeline_tag: text-generation
6
+ tags:
7
+ - robotics
8
+ - instruction-following
9
+ - humanoid
10
+ - reinforcement-learning
11
+ ---
12
+
13
+ # Robotics Instruction Model v1
14
+
15
+ Model fine-tuned untuk membantu humanoid robot memahami instruksi natural language.
16
+
17
+ ## Model Details
18
+
19
+ - Base model: mistralai/Mistral-7B
20
+ - Fine-tuned using robotics command dataset
21
+ - Optimized for instruction-to-action translation
22
+
23
+ ## Training Data
24
+
25
+ - Custom robotics command dataset
26
+ - 50k instruction-action pairs
27
+
28
+ ## Intended Use
29
+
30
+ - Humanoid robot control
31
+ - Simulation environments
32
+ - Research purposes
33
+
34
+ ## Limitations
35
+
36
+ - Not optimized for general conversation
37
+ - English only