Create config.json
Browse files- config.json +7 -0
config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "instruction-mapping",
|
| 3 |
+
"architecture": "basic-transformer",
|
| 4 |
+
"input": "text",
|
| 5 |
+
"output": "text",
|
| 6 |
+
"task": "humanoid_robot_control"
|
| 7 |
+
}
|