Caplin43 commited on
Commit
bb1fecb
·
verified ·
1 Parent(s): 73d30c1

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +10 -21
config.json CHANGED
@@ -1,22 +1,11 @@
1
- # RoboAction-Indo-Base
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
- "action": "pick_object",
17
- "object": "botol",
18
- "location": "meja"
19
- }
20
-
21
- ## License
22
- MIT
 
 
 
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
+ }