Instructions to use ahishamm/vit-large-binary-isic-sharpened-patch-32 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ahishamm/vit-large-binary-isic-sharpened-patch-32 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="ahishamm/vit-large-binary-isic-sharpened-patch-32") 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("ahishamm/vit-large-binary-isic-sharpened-patch-32") model = AutoModelForImageClassification.from_pretrained("ahishamm/vit-large-binary-isic-sharpened-patch-32") - Notebooks
- Google Colab
- Kaggle
Model save
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1222183725
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:950a801519bbccd4f5a1ebb34d0df089bf149ebc433a29095f256fafd6b6f1c2
|
| 3 |
size 1222183725
|
runs/Jul01_16-27-51_293c456ba153/events.out.tfevents.1688228876.293c456ba153.1472.6
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:d338b4b5cc64291413781a13c66f462b11a524892182f96e76170c838094082a
|
| 3 |
+
size 92517
|