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