Update config.json
Browse files- config.json +10 -21
config.json
CHANGED
|
@@ -1,22 +1,11 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
RoboAction-Indo-Base is an Indonesian instruction-to-action AI model
|
| 4 |
-
designed for humanoid robotics command understanding.
|
| 5 |
-
|
| 6 |
-
## Features
|
| 7 |
-
- Convert text instructions into structured robot actions
|
| 8 |
-
- Indonesian language optimized
|
| 9 |
-
- Lightweight architecture
|
| 10 |
-
- Suitable for robotics simulation
|
| 11 |
-
|
| 12 |
-
## Example
|
| 13 |
-
Input: "Ambil botol di meja"
|
| 14 |
-
Output:
|
| 15 |
{
|
| 16 |
-
"
|
| 17 |
-
"
|
| 18 |
-
"
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
{
|
| 3 |
+
"model_type": "seq2seq",
|
| 4 |
+
"architecture": "Transformer",
|
| 5 |
+
"hidden_size": 768,
|
| 6 |
+
"num_attention_heads": 12,
|
| 7 |
+
"num_hidden_layers": 8,
|
| 8 |
+
"vocab_size": 30000,
|
| 9 |
+
"max_position_embeddings": 1024,
|
| 10 |
+
"activation_function": "relu"
|
| 11 |
+
}
|