mumu1542 commited on
Commit
c9ef70f
·
verified ·
1 Parent(s): ed55602

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +35 -0
config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model": "AgentFlow/agentflow-planner-7b",
3
+ "model_type": "ACE-Enhanced",
4
+ "ihsan_enabled": true,
5
+ "command_protocol": {
6
+ "/A": "Auto-Mode (922 uses)",
7
+ "/C": "Context (588 uses)",
8
+ "/S": "System (503 uses)",
9
+ "/R": "Reasoning (419 uses)"
10
+ },
11
+ "ace_framework": {
12
+ "orchestrator": "3-role architecture",
13
+ "phases": [
14
+ "generation",
15
+ "execution",
16
+ "reflection",
17
+ "curation"
18
+ ],
19
+ "memory": "persistent cross-session",
20
+ "evolution": "1.1% improvement per cycle"
21
+ },
22
+ "training_corpus": {
23
+ "conversations": 527,
24
+ "messages": 6152,
25
+ "tokens": 3528960,
26
+ "hours": 15000,
27
+ "timeline": "Aug 2024 - Sep 2025"
28
+ },
29
+ "constitutional_constraints": {
30
+ "max_position_size": 0.2,
31
+ "max_leverage": 2.0,
32
+ "max_drawdown": 0.15,
33
+ "min_positions": 5
34
+ }
35
+ }