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 500
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:0d2ac00e3d628c0bb664bbc247b57647d9b4a54e626a53046e45ff3cc13d51e7
|
| 3 |
size 343227052
|
runs/Jan21_01-10-15_df71247a6df6/events.out.tfevents.1737422045.df71247a6df6.832.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6267f5d90f08f250d49bc4891fcc4f25c561f87964e1485c858c3a4e2bb3c9e8
|
| 3 |
+
size 5665
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5368
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4472d1c142486c06ed0e3d6200f12241e28e7585ba276a6c6d1489ede1e0ccc6
|
| 3 |
size 5368
|