Instructions to use iamhmh/autotrain-isic-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use iamhmh/autotrain-isic-classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="iamhmh/autotrain-isic-classification") 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("iamhmh/autotrain-isic-classification") model = AutoModelForImageClassification.from_pretrained("iamhmh/autotrain-isic-classification", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload folder using huggingface_hub
Browse files
runs/Jun05_13-55-19_r-iamhmh-vit-large-patch16-224-in21k-isic-classificat-2871wsmxr/events.out.tfevents.1780667721.r-iamhmh-vit-large-patch16-224-in21k-isic-classificat-2871wsmxr.66.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:254312368a0ccd7a89f7585ba29b927550dbe428b9ec8d4068f4c5f9188ef7f3
|
| 3 |
+
size 71065
|