AbstractPhil commited on
Commit
02d1908
·
verified ·
1 Parent(s): 4619998

Upload symbolic_vitb32_encoder_snapshot.meta.json

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