Caplin43 commited on
Commit
350c793
·
verified ·
1 Parent(s): 29f1f19

Create config json

Browse files
Files changed (1) hide show
  1. config json +13 -0
config json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name": "han-humanoid-motion-control",
3
+ "architecture": "transformer",
4
+ "framework": "pytorch",
5
+ "input_dim": 128,
6
+ "output_dim": 64,
7
+ "num_layers": 6,
8
+ "num_heads": 8,
9
+ "hidden_size": 512,
10
+ "dropout": 0.1,
11
+ "task_type": "robot_control",
12
+ "license": "MIT"
13
+ }