AroticMerch commited on
Commit
e60cf13
·
verified ·
1 Parent(s): 600bf32

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +11 -0
config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "resource-optimizer",
3
+ "architecture": "adaptive-allocation",
4
+ "input": [
5
+ "battery_level",
6
+ "cpu_load",
7
+ "task_demand"
8
+ ],
9
+ "output": "optimized_allocation_plan",
10
+ "version": "1.0.0"
11
+ }