achiepatricia commited on
Commit
cf83e2c
·
verified ·
1 Parent(s): 67b8e4d

Create task_intent_extraction_engine.json

Browse files
Files changed (1) hide show
  1. task_intent_extraction_engine.json +7 -0
task_intent_extraction_engine.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "intent-extraction",
3
+ "input_format": "natural-language",
4
+ "output_format": "structured-task",
5
+ "context_aware": true,
6
+ "humanoid_ready": true
7
+ }