Instructions to use TalentoTechIA/Mariapaula with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TalentoTechIA/Mariapaula with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="TalentoTechIA/Mariapaula") 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("TalentoTechIA/Mariapaula") model = AutoModelForImageClassification.from_pretrained("TalentoTechIA/Mariapaula", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
4ad0496 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:fc2d15a4c9088bbe1ea7beb93643b5a061056557b7a483d3544e24a254d3ee24
size 5368
|