Instructions to use ahishamm/vit-huge-binary-isic-patch-14 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ahishamm/vit-huge-binary-isic-patch-14 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="ahishamm/vit-huge-binary-isic-patch-14") 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-huge-binary-isic-patch-14") model = AutoModelForImageClassification.from_pretrained("ahishamm/vit-huge-binary-isic-patch-14") - 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 2523247341
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9fdaf9f36059a8d7db37bb98b0d4f1f68e40326c7e22d7674741a2fb16e6450f
|
| 3 |
size 2523247341
|
runs/Jul01_17-52-53_9e49da66a448/events.out.tfevents.1688233979.9e49da66a448.1494.8
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:3b2f4c18159c16495c8e45261149c7f9182c4e4e0b1d3921a60b1e30f9ee9327
|
| 3 |
+
size 92169
|