Caplin43 commited on
Commit
56e5165
·
verified ·
1 Parent(s): f41dec9

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -0
config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "transformer",
3
+ "architecture": "HumanoidNet",
4
+ "hidden_size": 256,
5
+ "num_attention_heads": 8,
6
+ "num_hidden_layers": 4,
7
+ "framework": "pytorch"
8
+ }