AbstractPhil commited on
Commit
c9f9c37
·
verified ·
1 Parent(s): 7575566

Update beatrix-cifar100_20251007_195812 - Epoch 0 - Acc: 0.0492

Browse files
README.md CHANGED
@@ -16,13 +16,14 @@ with geometric simplex features for vision tasks.
16
 
17
  ## Available Models (Best Checkpoints Only)
18
 
19
- | Model Name | Training Session | Accuracy | Epoch | Path |
20
- |------------|------------------|----------|-------|------|
21
- | beatrix-cifar100 | 20251007_182851 | 0.5819 | 42 | `weights/beatrix-cifar100/20251007_182851` |
22
- | beatrix-cifar100 | 20251007_193112 | 0.2802 | 10 | `weights/beatrix-cifar100/20251007_193112` |
 
23
 
24
 
25
- ## Latest Updated Model: beatrix-cifar100 (Session: 20251007_193112)
26
 
27
  ### Model Details
28
 
@@ -36,9 +37,9 @@ with geometric simplex features for vision tasks.
36
 
37
  ### Training Details
38
 
39
- - **Training Session**: 20251007_193112
40
- - **Best Accuracy**: 0.2802
41
- - **Epochs Trained**: 10
42
  - **Batch Size**: 512
43
  - **Learning Rate**: 0.0001
44
 
@@ -49,6 +50,22 @@ with geometric simplex features for vision tasks.
49
  - Coherence Weight: 0.3
50
  - Multi-Scale Weight: 0.2
51
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
52
  ## Usage
53
 
54
  ```python
@@ -73,7 +90,7 @@ for key, info in sorted(manifest.items(), key=lambda x: x[1]['accuracy'], revers
73
  # Download weights for the latest training session of beatrix-cifar100
74
  weights_path = hf_hub_download(
75
  repo_id="AbstractPhil/vit-beatrix",
76
- filename="weights/beatrix-cifar100/20251007_193112/model.safetensors"
77
  )
78
 
79
  # Load model
 
16
 
17
  ## Available Models (Best Checkpoints Only)
18
 
19
+ | Model Name | Training Session | Accuracy | Epoch | Weights Path | Logs Path |
20
+ |------------|------------------|----------|-------|--------------|----------|
21
+ | beatrix-cifar100 | 20251007_182851 | 0.5819 | 42 | `weights/beatrix-cifar100/20251007_182851` | `N/A` |
22
+ | beatrix-cifar100 | 20251007_193112 | 0.2802 | 10 | `weights/beatrix-cifar100/20251007_193112` | `N/A` |
23
+ | beatrix-cifar100 | 20251007_195812 | 0.0492 | 0 | `weights/beatrix-cifar100/20251007_195812` | `logs/beatrix-cifar100/20251007_195812` |
24
 
25
 
26
+ ## Latest Updated Model: beatrix-cifar100 (Session: 20251007_195812)
27
 
28
  ### Model Details
29
 
 
37
 
38
  ### Training Details
39
 
40
+ - **Training Session**: 20251007_195812
41
+ - **Best Accuracy**: 0.0492
42
+ - **Epochs Trained**: 0
43
  - **Batch Size**: 512
44
  - **Learning Rate**: 0.0001
45
 
 
50
  - Coherence Weight: 0.3
51
  - Multi-Scale Weight: 0.2
52
 
53
+ ### TensorBoard Logs
54
+
55
+ Training logs are available in the repository at:
56
+ ```
57
+ logs/beatrix-cifar100/20251007_195812
58
+ ```
59
+
60
+ To view them locally:
61
+ ```bash
62
+ # Clone the repo
63
+ git clone https://huggingface.co/AbstractPhil/vit-beatrix
64
+
65
+ # View logs in TensorBoard
66
+ tensorboard --logdir vit-beatrix/logs/beatrix-cifar100/20251007_195812
67
+ ```
68
+
69
  ## Usage
70
 
71
  ```python
 
90
  # Download weights for the latest training session of beatrix-cifar100
91
  weights_path = hf_hub_download(
92
  repo_id="AbstractPhil/vit-beatrix",
93
+ filename="weights/beatrix-cifar100/20251007_195812/model.safetensors"
94
  )
95
 
96
  # Load model
logs/beatrix-cifar100/20251007_195812/events.out.tfevents.1759867094.f41d735e1a7f.28489.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdc505a2bb96edfca1fca6d4762f04ca163742d7e7709d8583c7afbaa1f0ad07
3
+ size 88
manifest.json CHANGED
@@ -19,5 +19,17 @@
19
  "depth": 12,
20
  "batch_size": 512,
21
  "learning_rate": 0.0001
 
 
 
 
 
 
 
 
 
 
 
 
22
  }
23
  }
 
19
  "depth": 12,
20
  "batch_size": 512,
21
  "learning_rate": 0.0001
22
+ },
23
+ "beatrix-cifar100_20251007_195812": {
24
+ "accuracy": 0.04920726120471954,
25
+ "epoch": 0,
26
+ "timestamp": "20251007_195812",
27
+ "model_name": "beatrix-cifar100",
28
+ "path": "weights/beatrix-cifar100/20251007_195812",
29
+ "logs_path": "logs/beatrix-cifar100/20251007_195812",
30
+ "embed_dim": 256,
31
+ "depth": 12,
32
+ "batch_size": 512,
33
+ "learning_rate": 0.0001
34
  }
35
  }
weights/beatrix-cifar100/20251007_195812/config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "num_classes": 100,
3
+ "img_size": 32,
4
+ "patch_size": 4,
5
+ "embed_dim": 256,
6
+ "k_simplex": 4,
7
+ "depth": 12,
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
+ "batch_size": 512,
16
+ "num_epochs": 50,
17
+ "learning_rate": 0.0001,
18
+ "weight_decay": 0.005,
19
+ "warmup_epochs": 10,
20
+ "task_loss_weight": 0.5,
21
+ "flow_loss_weight": 0.5,
22
+ "coherence_loss_weight": 0.3,
23
+ "multiscale_loss_weight": 0.2,
24
+ "volume_reg_weight": 0.1,
25
+ "use_transformed_augmentation": true,
26
+ "use_augmentation": false,
27
+ "mixup_alpha": 0.2,
28
+ "cutmix_alpha": 1.0,
29
+ "device": "cuda",
30
+ "num_workers": 4,
31
+ "pin_memory": true,
32
+ "save_dir": "./checkpoints",
33
+ "save_every": 10,
34
+ "use_safetensors": true,
35
+ "timestamp_dirs": true,
36
+ "push_to_hub": true,
37
+ "hub_model_id": "AbstractPhil/vit-beatrix",
38
+ "hub_model_name": "beatrix-cifar100",
39
+ "hub_upload_best_only": true,
40
+ "hub_upload_every_n_epochs": 10,
41
+ "use_tensorboard": true,
42
+ "log_dir": "./logs",
43
+ "log_every": 50,
44
+ "train_baseline": false
45
+ }
weights/beatrix-cifar100/20251007_195812/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dad540b27e862051356c8653d2f221b08ee1eb8afe0653fe931ccceccb13851c
3
+ size 38116128