Instructions to use TalentoTechIA/Hamilton2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TalentoTechIA/Hamilton2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="TalentoTechIA/Hamilton2") 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/Hamilton2") model = AutoModelForImageClassification.from_pretrained("TalentoTechIA/Hamilton2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- c4d628d48de77cbe380b52afe71482a476c8a6e820deb8716efe67678d0142ba
- Size of remote file:
- 5.37 kB
- SHA256:
- 01acf25cb95c64e1cf277934fa4bda4cf7588e84b00127d465adb906bae24704
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.