AroticMerch commited on
Commit
3aaee7e
·
verified ·
1 Parent(s): 9ac3193

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -0
config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "classification",
3
+ "input_features": [
4
+ "task_id",
5
+ "environment"
6
+ ],
7
+ "output_label": "predicted_action",
8
+ "version": "1.0.0"
9
+ }