Instructions to use TalentoTechIA/Hamilton with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TalentoTechIA/Hamilton with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="TalentoTechIA/Hamilton") 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/Hamilton") model = AutoModelForImageClassification.from_pretrained("TalentoTechIA/Hamilton") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 520
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343227052
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4003108b627d6db7630179c3bd7f770bc21bbb792227ce2306f7d3027c09a4f0
|
| 3 |
size 343227052
|
runs/Jan20_22-27-57_34d205a8afb5/events.out.tfevents.1737412194.34d205a8afb5.996.1
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9f9b5a45fef24adff7f854c7e65dbcd83eecf2544575b352bb12f9d86d450f0c
|
| 3 |
+
size 6073
|