eliahuhorwitz/ProbeX
Official PyTorch Implementation for the "Learning on Model Weights using Tree Experts" paper (CVPR 2025).
This project helps machine learning researchers and MLOps engineers understand what an existing, undocumented model does simply by looking at its internal structure. You input the weights of various models (like Vision Transformers or Stable Diffusion LoRAs), and it outputs predictions about the categories of data the models were trained on or enables searching models by text descriptions. It's designed for those who need to quickly categorize or find suitable pre-trained models without extensive testing or documentation.
Use this if you need to infer the training data characteristics or purpose of a machine learning model solely from its weights, especially for large collections of undocumented models.
Not ideal if you're trying to understand model performance metrics or fine-tune models directly, as this tool focuses on inferring metadata from weights.
Stars
13
Forks
—
Language
Python
License
—
Category
Last pushed
Feb 11, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/eliahuhorwitz/ProbeX"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
AdaptiveMotorControlLab/CEBRA
Learnable latent embeddings for joint behavioral and neural analysis - Official implementation of CEBRA
theolepage/sslsv
Toolkit for training and evaluating Self-Supervised Learning (SSL) frameworks for Speaker...
PaddlePaddle/PASSL
PASSL包含 SimCLR,MoCo v1/v2,BYOL,CLIP,PixPro,simsiam, SwAV, BEiT,MAE 等图像自监督算法以及 Vision...
YGZWQZD/LAMDA-SSL
30 Semi-Supervised Learning Algorithms
ModSSC/ModSSC
ModSSC: A Modular Framework for Semi Supervised Classification