Instructions to use MakAIHealthLab/convnext-tiny-224-finetuned-biopsy with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MakAIHealthLab/convnext-tiny-224-finetuned-biopsy with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="MakAIHealthLab/convnext-tiny-224-finetuned-biopsy") 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("MakAIHealthLab/convnext-tiny-224-finetuned-biopsy") model = AutoModelForImageClassification.from_pretrained("MakAIHealthLab/convnext-tiny-224-finetuned-biopsy") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 111314088
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:21a209a2cd653aaadc280545530199e65b25d2763f661a673cfa079510a2d55c
|
| 3 |
size 111314088
|
runs/Oct25_19-18-26_ba9aa54aa265/events.out.tfevents.1729883933.ba9aa54aa265.466.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5d6cd5f2b1cb9db93f40dd1eeef23b1198746b4123e3a1021ac2c87fedad61b3
|
| 3 |
+
size 6362
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5240
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c1b505c4a2ccc9596c1303f762815c51534669614e44ccab1b9cb02b713fbad7
|
| 3 |
size 5240
|