v2.4 ecosystem training stats
Browse files
training/v2.4-ecosystem-stats.json
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"version": "2.4",
|
| 3 |
+
"release_date": "2026-01-20",
|
| 4 |
+
"sota_metrics": {
|
| 5 |
+
"total_triplets": 2545,
|
| 6 |
+
"base_triplets": 1078,
|
| 7 |
+
"ecosystem_triplets": 1467,
|
| 8 |
+
"embedding_accuracy": 0.8823,
|
| 9 |
+
"hard_negative_accuracy": 0.8117,
|
| 10 |
+
"hybrid_routing_accuracy": 1.0,
|
| 11 |
+
"validation_tests": 62,
|
| 12 |
+
"validation_accuracy": 1.0
|
| 13 |
+
},
|
| 14 |
+
"capabilities": {
|
| 15 |
+
"claude_flow": {
|
| 16 |
+
"cli_commands": 26,
|
| 17 |
+
"subcommands": 179,
|
| 18 |
+
"agent_types": 58,
|
| 19 |
+
"hooks": 27,
|
| 20 |
+
"workers": 12,
|
| 21 |
+
"skills": 29
|
| 22 |
+
},
|
| 23 |
+
"agentic_flow": {
|
| 24 |
+
"capabilities": 18,
|
| 25 |
+
"cli_commands": 17,
|
| 26 |
+
"agent_types": 33,
|
| 27 |
+
"mcp_tools": 32,
|
| 28 |
+
"learning_algorithms": 9
|
| 29 |
+
},
|
| 30 |
+
"ruvector": {
|
| 31 |
+
"rust_crates": 22,
|
| 32 |
+
"npm_packages": 12,
|
| 33 |
+
"cli_commands": 6,
|
| 34 |
+
"attention_types": 6,
|
| 35 |
+
"graph_algorithms": 4,
|
| 36 |
+
"hardware_backends": 3
|
| 37 |
+
}
|
| 38 |
+
},
|
| 39 |
+
"training_config": {
|
| 40 |
+
"epochs": 30,
|
| 41 |
+
"batch_size": 32,
|
| 42 |
+
"learning_rate": 2e-05,
|
| 43 |
+
"loss": "triplet + infonce",
|
| 44 |
+
"margin": 0.5,
|
| 45 |
+
"temperature": 0.07
|
| 46 |
+
}
|
| 47 |
+
}
|