AbstractPhil commited on
Commit
136c816
·
verified ·
1 Parent(s): b1ec89f

Update beatrix-simplex7-patch4-256d_20251008_020048 - Epoch 0 - Acc: 0.0552

Browse files
README.md CHANGED
@@ -60,15 +60,16 @@ When train accuracy exceeds validation accuracy by 2% or more, the system automa
60
  | beatrix-4simplex-45d | 20251007_231008 | 0.2916 | 85 | `weights/beatrix-4simplex-45d/20251007_231008` | `logs/beatrix-4simplex-45d/20251007_231008` |
61
  | beatrix-cifar100 | 20251007_193112 | 0.2802 | 10 | `weights/beatrix-cifar100/20251007_193112` | `N/A` |
62
  | beatrix-4simplex-45d | 20251008_001147 | 0.1382 | 10 | `weights/beatrix-4simplex-45d/20251008_001147` | `logs/beatrix-4simplex-45d/20251008_001147` |
 
63
 
64
 
65
- ## Latest Updated Model: beatrix-simplex7-patch4-45d (Session: 20251008_010524)
66
 
67
  ### Model Details
68
 
69
  - **Architecture**: Vision Transformer with fractal positional encoding
70
  - **Dataset**: CIFAR-100 (100 classes)
71
- - **Embedding Dimension**: 45
72
  - **Depth**: 22 layers
73
  - **Patch Size**: 4x4
74
  - **PE Levels**: 12
@@ -77,9 +78,9 @@ When train accuracy exceeds validation accuracy by 2% or more, the system automa
77
 
78
  ### Training Details
79
 
80
- - **Training Session**: 20251008_010524
81
- - **Best Accuracy**: 0.2917
82
- - **Epochs Trained**: 95
83
  - **Batch Size**: 512
84
  - **Learning Rate**: 0.0001
85
  - **Adaptive Augmentation**: Enabled
@@ -95,7 +96,7 @@ When train accuracy exceeds validation accuracy by 2% or more, the system automa
95
 
96
  Training logs are available in the repository at:
97
  ```
98
- logs/beatrix-simplex7-patch4-45d/20251008_010524
99
  ```
100
 
101
  To view them locally:
@@ -104,7 +105,7 @@ To view them locally:
104
  git clone https://huggingface.co/AbstractPhil/vit-beatrix
105
 
106
  # View logs in TensorBoard
107
- tensorboard --logdir vit-beatrix/logs/beatrix-simplex7-patch4-45d/20251008_010524
108
  ```
109
 
110
  ## Usage
@@ -149,17 +150,17 @@ with open(manifest_path, 'r') as f:
149
  for key, info in sorted(manifest.items(), key=lambda x: x[1]['accuracy'], reverse=True):
150
  print(f"{info['model_name']} ({info['timestamp']}): {info['accuracy']:.4f}")
151
 
152
- # Download weights for the latest training session of beatrix-simplex7-patch4-45d
153
  weights_path = hf_hub_download(
154
  repo_id="AbstractPhil/vit-beatrix",
155
- filename="weights/beatrix-simplex7-patch4-45d/20251008_010524/model.safetensors"
156
  )
157
 
158
  # Load model
159
  model = SimplifiedGeometricClassifier(
160
  num_classes=100,
161
  img_size=32,
162
- embed_dim=45,
163
  depth=22
164
  )
165
 
 
60
  | beatrix-4simplex-45d | 20251007_231008 | 0.2916 | 85 | `weights/beatrix-4simplex-45d/20251007_231008` | `logs/beatrix-4simplex-45d/20251007_231008` |
61
  | beatrix-cifar100 | 20251007_193112 | 0.2802 | 10 | `weights/beatrix-cifar100/20251007_193112` | `N/A` |
62
  | beatrix-4simplex-45d | 20251008_001147 | 0.1382 | 10 | `weights/beatrix-4simplex-45d/20251008_001147` | `logs/beatrix-4simplex-45d/20251008_001147` |
63
+ | beatrix-simplex7-patch4-256d | 20251008_020048 | 0.0552 | 0 | `weights/beatrix-simplex7-patch4-256d/20251008_020048` | `logs/beatrix-simplex7-patch4-256d/20251008_020048` |
64
 
65
 
66
+ ## Latest Updated Model: beatrix-simplex7-patch4-256d (Session: 20251008_020048)
67
 
68
  ### Model Details
69
 
70
  - **Architecture**: Vision Transformer with fractal positional encoding
71
  - **Dataset**: CIFAR-100 (100 classes)
72
+ - **Embedding Dimension**: 256
73
  - **Depth**: 22 layers
74
  - **Patch Size**: 4x4
75
  - **PE Levels**: 12
 
78
 
79
  ### Training Details
80
 
81
+ - **Training Session**: 20251008_020048
82
+ - **Best Accuracy**: 0.0552
83
+ - **Epochs Trained**: 0
84
  - **Batch Size**: 512
85
  - **Learning Rate**: 0.0001
86
  - **Adaptive Augmentation**: Enabled
 
96
 
97
  Training logs are available in the repository at:
98
  ```
99
+ logs/beatrix-simplex7-patch4-256d/20251008_020048
100
  ```
101
 
102
  To view them locally:
 
105
  git clone https://huggingface.co/AbstractPhil/vit-beatrix
106
 
107
  # View logs in TensorBoard
108
+ tensorboard --logdir vit-beatrix/logs/beatrix-simplex7-patch4-256d/20251008_020048
109
  ```
110
 
111
  ## Usage
 
150
  for key, info in sorted(manifest.items(), key=lambda x: x[1]['accuracy'], reverse=True):
151
  print(f"{info['model_name']} ({info['timestamp']}): {info['accuracy']:.4f}")
152
 
153
+ # Download weights for the latest training session of beatrix-simplex7-patch4-256d
154
  weights_path = hf_hub_download(
155
  repo_id="AbstractPhil/vit-beatrix",
156
+ filename="weights/beatrix-simplex7-patch4-256d/20251008_020048/model.safetensors"
157
  )
158
 
159
  # Load model
160
  model = SimplifiedGeometricClassifier(
161
  num_classes=100,
162
  img_size=32,
163
+ embed_dim=256,
164
  depth=22
165
  )
166
 
logs/beatrix-simplex7-patch4-256d/20251008_020048/events.out.tfevents.1759888850.f41d735e1a7f.160429.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:460e080452cf46e49b5b612e19fdc00264a6fc84408e8ccf1036f958a478df27
3
+ size 88
manifest.json CHANGED
@@ -103,5 +103,17 @@
103
  "depth": 22,
104
  "batch_size": 512,
105
  "learning_rate": 0.0001
 
 
 
 
 
 
 
 
 
 
 
 
106
  }
107
  }
 
103
  "depth": 22,
104
  "batch_size": 512,
105
  "learning_rate": 0.0001
106
+ },
107
+ "beatrix-simplex7-patch4-256d_20251008_020048": {
108
+ "accuracy": 0.05523322615772486,
109
+ "epoch": 0,
110
+ "timestamp": "20251008_020048",
111
+ "model_name": "beatrix-simplex7-patch4-256d",
112
+ "path": "weights/beatrix-simplex7-patch4-256d/20251008_020048",
113
+ "logs_path": "logs/beatrix-simplex7-patch4-256d/20251008_020048",
114
+ "embed_dim": 256,
115
+ "depth": 22,
116
+ "batch_size": 512,
117
+ "learning_rate": 0.0001
118
  }
119
  }
weights/beatrix-simplex7-patch4-256d/20251008_020048/config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "num_classes": 100,
3
+ "img_size": 32,
4
+ "patch_size": 4,
5
+ "embed_dim": 256,
6
+ "k_simplex": 7,
7
+ "depth": 22,
8
+ "num_heads": 8,
9
+ "mlp_ratio": 4.0,
10
+ "dropout": 0.0,
11
+ "pe_levels": 12,
12
+ "pe_features_per_level": 2,
13
+ "pe_smooth_tau": 0.25,
14
+ "simplex_feature_weight": 0.5,
15
+ "simplex_init_method": "regular",
16
+ "simplex_init_scale": 1.0,
17
+ "batch_size": 512,
18
+ "num_epochs": 100,
19
+ "learning_rate": 0.0001,
20
+ "weight_decay": 0.005,
21
+ "warmup_epochs": 10,
22
+ "task_loss_weight": 0.5,
23
+ "flow_loss_weight": 0.5,
24
+ "coherence_loss_weight": 0.3,
25
+ "multiscale_loss_weight": 0.2,
26
+ "volume_reg_weight": 0.1,
27
+ "use_adaptive_augmentation": true,
28
+ "overfit_threshold": 0.015,
29
+ "mixup_alpha": 0.2,
30
+ "cutmix_alpha": 1.0,
31
+ "device": "cuda",
32
+ "num_workers": 4,
33
+ "pin_memory": true,
34
+ "save_dir": "./checkpoints",
35
+ "save_every": 10,
36
+ "use_safetensors": true,
37
+ "timestamp_dirs": true,
38
+ "push_to_hub": true,
39
+ "hub_model_id": "AbstractPhil/vit-beatrix",
40
+ "hub_model_name": "beatrix-simplex7-patch4-256d",
41
+ "hub_upload_best_only": true,
42
+ "hub_upload_every_n_epochs": 10,
43
+ "use_tensorboard": true,
44
+ "log_dir": "./logs",
45
+ "log_every": 50,
46
+ "train_baseline": false
47
+ }
weights/beatrix-simplex7-patch4-256d/20251008_020048/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af53b96503029fd441e417ec44453dd89dfa7e31716a29f75d48a7d5857d613a
3
+ size 69720924