Instructions to use jameslahm/lsnet_t_distill with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use jameslahm/lsnet_t_distill with timm:
import timm model = timm.create_model("hf_hub:jameslahm/lsnet_t_distill", pretrained=True) - Notebooks
- Google Colab
- Kaggle
Update code link and add Github README content
#1
by nielsr HF Staff - opened
This PR corrects the code link to the official repository (https://github.com/jameslahm/lsnet) and incorporates the content from the Github README to provide more comprehensive information about the model, training, and usage.
jameslahm changed pull request status to merged