Instructions to use suncy13/sample_foot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use suncy13/sample_foot with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="suncy13/sample_foot") 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("suncy13/sample_foot") model = AutoModelForImageClassification.from_pretrained("suncy13/sample_foot") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 10
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 88260908
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:949a0428570ed3180bad11f4ada17dce5885a18ad7502b23c5214cebe606c40b
|
| 3 |
size 88260908
|
runs/Dec12_14-17-09_cf416507e750/events.out.tfevents.1702390630.cf416507e750.6145.4
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:74d455ea67b9519950f06501d6fa541d642808dcbb0d89a67254499090f62e95
|
| 3 |
+
size 11498
|