Instructions to use agent593/Thyroid-Ultrasound-Image-Classification-EfficientNetModel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use agent593/Thyroid-Ultrasound-Image-Classification-EfficientNetModel with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="agent593/Thyroid-Ultrasound-Image-Classification-EfficientNetModel") 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("agent593/Thyroid-Ultrasound-Image-Classification-EfficientNetModel") model = AutoModelForImageClassification.from_pretrained("agent593/Thyroid-Ultrasound-Image-Classification-EfficientNetModel") - 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 16260252
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b12104c353768b329938b7c0397843a2eafc5f6b36728dca5d73e613e67ab39c
|
| 3 |
size 16260252
|
runs/May26_16-04-17_951bc4fe61af/events.out.tfevents.1716739459.951bc4fe61af.273.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:c1a8446cf85449bfdf21336255157a83f28f305b3551a8bec9be3822219755a3
|
| 3 |
+
size 7353
|