Create config.json
Browse files- config.json +5 -0
config.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "humanoid-robot",
|
| 3 |
+
"framework": "pytorch",
|
| 4 |
+
"description": "Training model for humanoid robot behavior classification"
|
| 5 |
+
}
|