Instructions to use jameslahm/lsnet_t with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use jameslahm/lsnet_t with timm:
import timm model = timm.create_model("hf_hub:jameslahm/lsnet_t", pretrained=True) - Notebooks
- Google Colab
- Kaggle
Add image-classification pipeline tag
#1
by nielsr HF Staff - opened
This PR adds the pipeline_tag: image-classification to the model card metadata. This ensures the model is correctly categorized on the Hugging Face Hub and makes it more easily discoverable.
jameslahm changed pull request status to merged