Instructions to use jameslahm/lsnet_b_distill with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use jameslahm/lsnet_b_distill with timm:
import timm model = timm.create_model("hf_hub:jameslahm/lsnet_b_distill", pretrained=True) - Notebooks
- Google Colab
- Kaggle
Add image-classification pipeline tag and fix github URL
#1
by nielsr HF Staff - opened
This PR adds the image-classification pipeline tag to the model card metadata, improving discoverability on the Hugging Face Hub. This tag allows researchers searching for image classification models to easily find this model. This PR also fixes the github URL, so that people can immediately find the relevant files.
jameslahm changed pull request status to merged