CoolFace
Datasetpublic

ProbeX/Model-J

Model-J Dataset This dataset contains the hyperparameters, metadata, and Hugging Face links for all models in the Model-J dataset, introduced in: Learning on Model Weights using Tree Experts (CVPR 2025) by Eliahu Horwitz*, Bar Cavia*, Jonathan Kahana*, Yedid Hoshen 🌐 Project | πŸ“ƒ Paper | πŸ’» GitHub | πŸ€— Models Overview Model-J is a large-scale dataset of trained neural networks designed for research on learning from model weights. It contains 14,004 models… See the full description on the dataset page: https://huggingface.co/datasets/ProbeX/Model-J.

sourceHugging Faceupdated 8mo agoView on Hugging Face
0likes109downloads
Dataset Card

Model-J Dataset

This dataset contains the hyperparameters, metadata, and Hugging Face links for all models in the Model-J dataset, introduced in:

Learning on Model Weights using Tree Experts (CVPR 2025) by Eliahu Horwitz, Bar Cavia, Jonathan Kahana*, Yedid Hoshen

<p align="center"> 🌐 <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">Models</a> </p>

ProbeX

Overview

Model-J is a large-scale dataset of trained neural networks designed for research on learning from model weights. It contains 14,004 models spanning 6 subsets, each with train/val/test splits. Every row in this dataset provides the full training hyperparameters, performance metrics, and a direct link to the corresponding model weights on Hugging Face.

Subsets

Discriminative (one model per HF repo)

SubsetBase ModelTrainValTestTotal
DINOfacebook/dino-vitb167011002011,002
MAEfacebook/vit-mae-base7011002011,002
SupViTgoogle/vit-base-patch16-22469899201998
ResNetmicrosoft/resnet-187011002011,002

Each discriminative model is a full fine-tuned classifier hosted in its own Hugging Face repository. The hf_model_id and hf_model_url columns point directly to the model.

Generative (bundled LoRA models in a single HF repo)

SubsetTrainValTestVal HoldoutTest HoldoutTotal
SD_2003,5002514992495015,000
SD_1k3,5002514992495015,000

Each generative model is a LoRA adapter. All models within a subset are bundled into a single Hugging Face repository (SD_1k, SD_200). The hf_model_path column provides the path to each model's weights within the repo. Each model's directory also contains its training images.

Citation

If you find this useful for your research, please use the following.

@InProceedings{Horwitz_2025_CVPR,
    author    = {Horwitz, Eliahu and Cavia, Bar and Kahana, Jonathan and Hoshen, Yedid},
    title     = {Learning on Model Weights using Tree Experts},
    booktitle = {Proceedings of the Computer Vision and Pattern Recognition Conference (CVPR)},
    month     = {June},
    year      = {2025},
    pages     = {20468-20478}
}