ruv commited on
Commit
451ecf3
·
verified ·
1 Parent(s): f3f1137

Update v2.4 SOTA training stats

Browse files
Files changed (1) hide show
  1. training/v2.4-sota-stats.json +18 -0
training/v2.4-sota-stats.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "v2.4-ecosystem",
3
+ "training_type": "contrastive_triplet",
4
+ "best_accuracy": 0.8823323583816937,
5
+ "best_epoch": 30,
6
+ "config": {
7
+ "batch_size": 32,
8
+ "epochs": 30,
9
+ "learning_rate": 2e-05
10
+ },
11
+ "triplet_count": 678,
12
+ "hard_negative_ratio": 0.17994,
13
+ "routing_accuracy_embedding_only": 0.45,
14
+ "routing_accuracy_hybrid": 1.0,
15
+ "model_base": "Qwen2.5-0.5B-Instruct",
16
+ "quantization": "Q4_K_M",
17
+ "file_size_mb": 379
18
+ }