Instructions to use Hemg/Wound-Image-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Hemg/Wound-Image-classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Hemg/Wound-Image-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("Hemg/Wound-Image-classification") model = AutoModelForImageClassification.from_pretrained("Hemg/Wound-Image-classification") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343239356
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8e4de935e325b3bcfed6ce43330e6fed7bfad11ae7486e3ea4fe121f915683a0
|
| 3 |
size 343239356
|
runs/Mar11_10-29-46_33467ebf2898/events.out.tfevents.1710152987.33467ebf2898.370.9
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:e763743494b0bb3bea89e8673c5d899c6a95f79a6ba9f7516cb2ec5f205771fe
|
| 3 |
+
size 5855
|