Instructions to use Docty/mangoes with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Docty/mangoes with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Docty/mangoes") 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("Docty/mangoes") model = AutoModelForImageClassification.from_pretrained("Docty/mangoes", device_map="auto") - Notebooks
- Google Colab
- Kaggle

- Xet hash:
- 336d347116c2979905ca654897e4d51c47d2490e9317c313e14d307e71400ea3
- Size of remote file:
- 244 kB
- SHA256:
- 0be8f58b4b6d41413d300543ee67f999305c7b14354f87e6f8231b5ed4f4c4c2
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.