Create config.json
Browse files- 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 |
+
}
|