Eliahu commited on
Commit
2fac109
·
verified ·
1 Parent(s): e2ce410

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_0582)
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** | train |
29
+ | **Base Model** | `facebook/vit-mae-base` |
30
+ | **Dataset** | CIFAR100 (50 classes) |
31
+
32
+ ## Training Hyperparameters
33
+
34
+ | Parameter | Value |
35
+ |---|---|
36
+ | Learning Rate | 7e-05 |
37
+ | LR Scheduler | constant_with_warmup |
38
+ | Epochs | 4 |
39
+ | Max Train Steps | 1332 |
40
+ | Batch Size | 64 |
41
+ | Weight Decay | 0.007 |
42
+ | Seed | 582 |
43
+ | Random Crop | False |
44
+ | Random Flip | True |
45
+
46
+ ## Performance
47
+
48
+ | Metric | Value |
49
+ |---|---|
50
+ | Train Accuracy | 0.9527 |
51
+ | Val Accuracy | 0.8493 |
52
+ | Test Accuracy | 0.8498 |
53
+
54
+ ## Training Categories
55
+
56
+ The model was fine-tuned on the following 50 CIFAR100 classes:
57
+
58
+ `pear`, `shrew`, `mountain`, `butterfly`, `baby`, `girl`, `tiger`, `can`, `train`, `squirrel`, `beaver`, `forest`, `plain`, `bowl`, `dinosaur`, `willow_tree`, `man`, `leopard`, `plate`, `bicycle`, `skyscraper`, `road`, `beetle`, `bed`, `chair`, `otter`, `rose`, `house`, `palm_tree`, `lamp`, `cloud`, `bear`, `tractor`, `table`, `lion`, `dolphin`, `mouse`, `ray`, `whale`, `pine_tree`, `sea`, `rabbit`, `snake`, `rocket`, `chimpanzee`, `bottle`, `orange`, `mushroom`, `possum`, `shark`