File size: 2,119 Bytes
3f6ec28
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
  "epoch": 1,
  "global_step": 196,
  "avg_loss": 3.920882177810669,
  "best_metric": 0.4896,
  "timestamp": "2025-08-28T11:37:07.258947",
  "run_name": "symbolic_vitb32",
  "group": "encoder",
  "metrics": {
    "epoch": 1,
    "train_loss": 3.920882177810669,
    "val_loss": 2.4135699951171876,
    "top1": 0.4896,
    "top3": 0.6524
  },
  "config_snapshot": {
    "device": "cuda",
    "seed": 42,
    "precision": "fp32",
    "hf_clip_id": "openai/clip-vit-base-patch32",
    "freeze_encoder": true,
    "normalize_output": true,
    "dataset": "cifar100",
    "data_root": "./data",
    "image_size": 224,
    "clip_mean": [
      0.48145466,
      0.4578275,
      0.40821073
    ],
    "clip_std": [
      0.26862954,
      0.26130258,
      0.27577711
    ],
    "train_aug": true,
    "train_crop_scale": [
      0.9,
      1.0
    ],
    "hflip_p": 0.5,
    "vocab_repo": "AbstractPhil/geometric-vocab-32d",
    "vocab_split": "unicode",
    "vocab_dim_override": 32,
    "crystal_dims": 1000,
    "role_index": {
      "anchor": 0,
      "support": 1,
      "contrast": 2,
      "purpose": 3,
      "observer": 4
    },
    "classes": 100,
    "classes_per_penta": 2,
    "penta_branches": 50,
    "pentachora_blocks": 4,
    "temperature": 0.07,
    "batch_size": 256,
    "epochs": 20,
    "lr": 0.0003,
    "weight_decay": 0.0001,
    "label_smoothing": 0.0,
    "use_cosine_sched": true,
    "warmup_steps": 250,
    "max_steps": null,
    "amp": true,
    "grad_clip_norm": null,
    "log_every": 25,
    "auto_train": false,
    "num_workers": 2,
    "pin_memory": false,
    "persistent_workers": false,
    "ckpt_dir": "./checkpoints",
    "run_name": "symbolic_vitb32",
    "save_latest": true,
    "save_best": true,
    "resume": true,
    "resume_which": "best",
    "resume_source": "auto",
    "hf_enable": true,
    "hf_repo_id": "AbstractPhil/geoclip-vit-base-unicode-32x1000d",
    "hf_branch": "main",
    "hf_private": false,
    "hf_push_latest": false,
    "hf_push_best": true,
    "hf_create": true,
    "hf_token_env": [
      "HF_TOKEN",
      "HUGGINGFACE_HUB_TOKEN"
    ]
  }
}