Instructions to use MahmoodLab/UNI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use MahmoodLab/UNI with timm:
import timm model = timm.create_model("hf_hub:MahmoodLab/UNI", pretrained=True) - Notebooks
- Google Colab
- Kaggle
make the downloads with `hf_hub_download()` and `timm.create_model()` consistent
#15
by GeorgeBatch - opened