Instructions to use agent593/Thyroid-Ultrasound-Image-Classification-ViTModel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use agent593/Thyroid-Ultrasound-Image-Classification-ViTModel with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="agent593/Thyroid-Ultrasound-Image-Classification-ViTModel") 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-ViTModel") model = AutoModelForImageClassification.from_pretrained("agent593/Thyroid-Ultrasound-Image-Classification-ViTModel") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 11
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343227052
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:409d1183de586d37e64ab62893f1a9eaddd192d81ce2a8009a31e277346a3755
|
| 3 |
size 343227052
|
runs/Jun18_11-15-56_42d2f4d0c4d7/events.out.tfevents.1718709360.42d2f4d0c4d7.184.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:df96a9b021e1a381951a6a11f6e7ecdb76f4d2f178f72f4cb7de9b39390cdbba
|
| 3 |
+
size 26389
|