Caplin43 commited on
Commit
a46e880
·
verified ·
1 Parent(s): d2c61a3

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_name": "han-humanoid-model",
3
+ "version": "1.0",
4
+ "architecture": "Transformer-based",
5
+ "description": "A lightweight humanoid robot training model for HAN Network tasks.",
6
+ "input_type": "text",
7
+ "output_type": "action-sequence"
8
+ }