Instructions to use hamriver/Hamilton with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hamriver/Hamilton with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="hamriver/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("hamriver/Hamilton") model = AutoModelForImageClassification.from_pretrained("hamriver/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:e5b2df3ef2a97d1946dea99da22b0133fa17304a1e572fd3341c4d079e4e6ef3
|
| 3 |
size 343227052
|
runs/Jan20_22-10-14_34d205a8afb5/events.out.tfevents.1737411064.34d205a8afb5.996.0
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:627b3451da4e74349c56bd34e9767c9ce0e3d18cf55ed9a0ec90137728141172
|
| 3 |
+
size 5988
|