Eliahu commited on
Commit
5b43360
·
verified ·
1 Parent(s): 3853a45

Add model card

Browse files
Files changed (1) hide show
  1. README.md +58 -0
README.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: facebook/vit-mae-base
3
+ library_name: transformers
4
+ pipeline_tag: image-classification
5
+ tags:
6
+ - probex
7
+ - model-j
8
+ - weight-space-learning
9
+ ---
10
+
11
+ # Model-J: MAE Model (model_idx_0286)
12
+
13
+ This model is part of the **Model-J** dataset, introduced in:
14
+
15
+ **Learning on Model Weights using Tree Experts** (CVPR 2025) by Eliahu Horwitz*, Bar Cavia*, Jonathan Kahana*, Yedid Hoshen
16
+
17
+ <p align="center">
18
+ 🌐 <a href="https://horwitz.ai/probex" target="_blank">Project</a> | 📃 <a href="https://arxiv.org/abs/2410.13569" target="_blank">Paper</a> | 💻 <a href="https://github.com/eliahuhorwitz/ProbeX" target="_blank">GitHub</a> | 🤗 <a href="https://huggingface.co/ProbeX" target="_blank">Dataset</a>
19
+ </p>
20
+
21
+ ![ProbeX](https://raw.githubusercontent.com/eliahuhorwitz/ProbeX/main/imgs/poster.png)
22
+
23
+ ## Model Details
24
+
25
+ | Attribute | Value |
26
+ |---|---|
27
+ | **Subset** | MAE |
28
+ | **Split** | test |
29
+ | **Base Model** | `facebook/vit-mae-base` |
30
+ | **Dataset** | CIFAR100 (50 classes) |
31
+
32
+ ## Training Hyperparameters
33
+
34
+ | Parameter | Value |
35
+ |---|---|
36
+ | Learning Rate | 0.0001 |
37
+ | LR Scheduler | linear |
38
+ | Epochs | 3 |
39
+ | Max Train Steps | 999 |
40
+ | Batch Size | 64 |
41
+ | Weight Decay | 0.007 |
42
+ | Seed | 286 |
43
+ | Random Crop | True |
44
+ | Random Flip | True |
45
+
46
+ ## Performance
47
+
48
+ | Metric | Value |
49
+ |---|---|
50
+ | Train Accuracy | 0.9495 |
51
+ | Val Accuracy | 0.8749 |
52
+ | Test Accuracy | 0.8786 |
53
+
54
+ ## Training Categories
55
+
56
+ The model was fine-tuned on the following 50 CIFAR100 classes:
57
+
58
+ `bowl`, `baby`, `dinosaur`, `forest`, `fox`, `streetcar`, `road`, `bear`, `oak_tree`, `cattle`, `sunflower`, `kangaroo`, `seal`, `mushroom`, `aquarium_fish`, `crocodile`, `mountain`, `bridge`, `pickup_truck`, `cloud`, `rose`, `apple`, `pine_tree`, `worm`, `orange`, `tank`, `maple_tree`, `man`, `palm_tree`, `beaver`, `caterpillar`, `bicycle`, `otter`, `wardrobe`, `bottle`, `snake`, `plain`, `snail`, `cup`, `tractor`, `trout`, `chair`, `rabbit`, `castle`, `tulip`, `shark`, `train`, `willow_tree`, `squirrel`, `sea`