AroticMerch commited on
Commit
e3970b3
·
verified ·
1 Parent(s): 12cb3ef

Create model_config.json

Browse files
Files changed (1) hide show
  1. model_config.json +11 -0
model_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name": "humanoid-performance-optimizer",
3
+ "model_type": "performance-analyzer",
4
+ "optimization_target": [
5
+ "execution_time",
6
+ "energy_consumption"
7
+ ],
8
+ "continuous_learning": true,
9
+ "compatible_dataset": "humanoid-performance-optimization-dataset",
10
+ "version": "1.0.0"
11
+ }