Instructions to use timm/dm_nfnet_f0.dm_in1k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use timm/dm_nfnet_f0.dm_in1k with timm:
import timm model = timm.create_model("hf_hub:timm/dm_nfnet_f0.dm_in1k", pretrained=True) - Transformers
How to use timm/dm_nfnet_f0.dm_in1k with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="timm/dm_nfnet_f0.dm_in1k") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("timm/dm_nfnet_f0.dm_in1k", dtype="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 1544da5b8b8dfcb4e0b981d7b120e60dfa6214d4f000f1285fa74bd502a506ed
- Size of remote file:
- 286 MB
- SHA256:
- 5e6596290aa0bce6f2b8569088b6fc6c7c25487a9c99432d356fd6f3caae548d
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.