Instructions to use ahishamm/vit-large-binary-isic-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-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-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-patch-32") model = AutoModelForImageClassification.from_pretrained("ahishamm/vit-large-binary-isic-patch-32") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 4300
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:7c9bd6b2bf0f280e9828cad3cedb2870f3b0ca76fa387915878319369c814bd5
|
| 3 |
size 1222183725
|
runs/Jul01_16-09-13_9e49da66a448/events.out.tfevents.1688227759.9e49da66a448.1494.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:9d77c18dc9e6f78709e7bb3c02ba8913e6e28cd632ccace8930f5c4c77db243d
|
| 3 |
+
size 91819
|