Instructions to use ProbeX/Model-J__DINO__model_idx_0446 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ProbeX/Model-J__DINO__model_idx_0446 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="ProbeX/Model-J__DINO__model_idx_0446") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("ProbeX/Model-J__DINO__model_idx_0446") model = AutoModelForImageClassification.from_pretrained("ProbeX/Model-J__DINO__model_idx_0446") - Notebooks
- Google Colab
- Kaggle
base_model: facebook/dino-vitb16
library_name: transformers
pipeline_tag: image-classification
tags:
- probex
- model-j
- weight-space-learning
Model-J: DINO Model (model_idx_0446)
This model is part of 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 | 🤗 Dataset
Model Details
| Attribute | Value |
|---|---|
| Subset | DINO |
| Split | train |
| Base Model | facebook/dino-vitb16 |
| Dataset | CIFAR100 (50 classes) |
Training Hyperparameters
| Parameter | Value |
|---|---|
| Learning Rate | 3e-05 |
| LR Scheduler | constant_with_warmup |
| Epochs | 3 |
| Max Train Steps | 999 |
| Batch Size | 64 |
| Weight Decay | 0.05 |
| Seed | 446 |
| Random Crop | False |
| Random Flip | True |
Performance
| Metric | Value |
|---|---|
| Train Accuracy | 0.9847 |
| Val Accuracy | 0.9200 |
| Test Accuracy | 0.9182 |
Training Categories
The model was fine-tuned on the following 50 CIFAR100 classes:
shark, cloud, telephone, chimpanzee, bottle, table, lawn_mower, can, worm, streetcar, camel, bear, mountain, lamp, motorcycle, bowl, mushroom, aquarium_fish, caterpillar, apple, bed, kangaroo, clock, willow_tree, mouse, man, castle, lizard, pickup_truck, cockroach, chair, television, squirrel, tank, leopard, plain, seal, keyboard, lobster, sea, house, road, tulip, fox, hamster, orchid, lion, turtle, dinosaur, skunk
