Update README.md
Browse files
README.md
CHANGED
|
@@ -1,16 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# RoboAction-Indo-Base
|
| 2 |
|
| 3 |
-
RoboAction-Indo-Base is
|
| 4 |
designed for humanoid robotics command understanding.
|
| 5 |
|
| 6 |
-
##
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
| 11 |
|
| 12 |
-
## Example
|
| 13 |
-
Input: "Ambil botol di meja"
|
| 14 |
Output:
|
| 15 |
{
|
| 16 |
"action": "pick_object",
|
|
@@ -18,5 +31,22 @@ Output:
|
|
| 18 |
"location": "meja"
|
| 19 |
}
|
| 20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
## License
|
|
|
|
| 22 |
MIT
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- id
|
| 5 |
+
tags:
|
| 6 |
+
- robotics
|
| 7 |
+
- instruction-to-action
|
| 8 |
+
- transformer
|
| 9 |
+
- indonesian
|
| 10 |
+
pipeline_tag: text2text-generation
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
# RoboAction-Indo-Base
|
| 14 |
|
| 15 |
+
RoboAction-Indo-Base is a lightweight Indonesian instruction-to-action model
|
| 16 |
designed for humanoid robotics command understanding.
|
| 17 |
|
| 18 |
+
## Model Description
|
| 19 |
+
|
| 20 |
+
This model converts Indonesian natural language commands into structured robot action outputs.
|
| 21 |
+
|
| 22 |
+
Example:
|
| 23 |
+
|
| 24 |
+
Input:
|
| 25 |
+
Ambil botol di meja
|
| 26 |
|
|
|
|
|
|
|
| 27 |
Output:
|
| 28 |
{
|
| 29 |
"action": "pick_object",
|
|
|
|
| 31 |
"location": "meja"
|
| 32 |
}
|
| 33 |
|
| 34 |
+
## Intended Use
|
| 35 |
+
|
| 36 |
+
- Robotics simulation training
|
| 37 |
+
- Humanoid robot command processing
|
| 38 |
+
- Automation systems
|
| 39 |
+
|
| 40 |
+
## Training Data
|
| 41 |
+
|
| 42 |
+
Synthetic Indonesian instruction-action pairs for robotics tasks.
|
| 43 |
+
|
| 44 |
+
## Limitations
|
| 45 |
+
|
| 46 |
+
- Limited reasoning capability
|
| 47 |
+
- Not connected to real-world perception system
|
| 48 |
+
- Requires external execution engine
|
| 49 |
+
|
| 50 |
## License
|
| 51 |
+
|
| 52 |
MIT
|