AbstractPhil commited on
Commit
aa1b2bb
·
verified ·
1 Parent(s): 7fa9242

Update metrics - Run 20251012_031919

Browse files
Files changed (1) hide show
  1. best_model.json +46 -0
best_model.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name": "David-decoupled-deep_efficiency",
3
+ "run_id": "20251012_031919",
4
+ "timestamp": "2025-10-12T03:21:13.291491",
5
+ "best_val_acc": 71.754,
6
+ "best_epoch": 0,
7
+ "final_train_acc": 66.62659903041524,
8
+ "final_train_loss": 2.2729121334255695,
9
+ "scale_accuracies": {
10
+ "256": 71.754
11
+ },
12
+ "architecture": {
13
+ "preset": "high_accuracy",
14
+ "sharing_mode": "decoupled",
15
+ "fusion_mode": "deep_efficiency",
16
+ "scales": [
17
+ 256,
18
+ 512,
19
+ 768,
20
+ 1024,
21
+ 1280
22
+ ],
23
+ "feature_dim": 512,
24
+ "num_classes": 1000,
25
+ "use_belly": true,
26
+ "belly_expand": 2.5
27
+ },
28
+ "training": {
29
+ "dataset": "AbstractPhil/imagenet-clip-features-orderly",
30
+ "model_variant": "clip_vit_b16",
31
+ "num_epochs": 20,
32
+ "batch_size": 1024,
33
+ "learning_rate": 0.01,
34
+ "rose_weight": "0.1\u21920.5",
35
+ "cayley_loss": false,
36
+ "optimizer": "AdamW",
37
+ "scheduler": "cosine_restarts"
38
+ },
39
+ "files": {
40
+ "weights_pytorch": "weights/best_model.pth",
41
+ "weights_safetensors": "weights/best_model.safetensors",
42
+ "config": "weights/david_config.json",
43
+ "training_config": "weights/train_config.json",
44
+ "tensorboard": "runs/"
45
+ }
46
+ }