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
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:5ddde959ebe5690aa26aeb64e8aa089ee08a5216cc7641f7b061ed2a7856528f
|
| 3 |
size 343227052
|
runs/Jan21_01-10-45_9315484feddc/events.out.tfevents.1737421861.9315484feddc.733.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:15fa696fb1b4e60e7c1aafb9fd430f2d7a3e4ea713835f17b40bd68990cb9995
|
| 3 |
+
size 6023
|