achiepatricia commited on
Commit
df96f24
·
verified ·
1 Parent(s): 76f7bf0

Create task_command_interpreter.json

Browse files
Files changed (1) hide show
  1. task_command_interpreter.json +7 -0
task_command_interpreter.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "command_interpreter",
3
+ "input_domains": ["text", "context"],
4
+ "output": "task_instruction",
5
+ "supports_simulation": true,
6
+ "humanoid_ready": true
7
+ }