Instructions to use timm/dm_nfnet_f6.dm_in1k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use timm/dm_nfnet_f6.dm_in1k with timm:
import timm model = timm.create_model("hf_hub:timm/dm_nfnet_f6.dm_in1k", pretrained=True) - Transformers
How to use timm/dm_nfnet_f6.dm_in1k with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="timm/dm_nfnet_f6.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_f6.dm_in1k", dtype="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 4df92ed9abb7c4b458927d9ec6ad2d56d553ba02aea749a6219cae0c6b296667
- Size of remote file:
- 1.75 GB
- SHA256:
- 3814a1427a9e729f3c781f8ec912bcdaf26da46e79d4391e71a0febff9a81d61
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.