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