Instructions to use agent593/Thyroid-Ultrasound-Image-Classification-Resnet50Model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use agent593/Thyroid-Ultrasound-Image-Classification-Resnet50Model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="agent593/Thyroid-Ultrasound-Image-Classification-Resnet50Model") 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-Resnet50Model") model = AutoModelForImageClassification.from_pretrained("agent593/Thyroid-Ultrasound-Image-Classification-Resnet50Model") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 4
Browse files
runs/Jun02_14-33-39_a5b90bfe7738/events.out.tfevents.1717338922.a5b90bfe7738.957.7
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f25d50d9af38f9ec680e4cd86bde861afafc24650a337f675e75a3f074f37891
|
| 3 |
+
size 560
|
runs/Jun02_14-35-56_a5b90bfe7738/events.out.tfevents.1717338961.a5b90bfe7738.957.8
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f0c9402193b4eb3daef7b3aab855a1f25671eee7c43108bef8080393b62954a5
|
| 3 |
+
size 12588
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5176
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b5d841aac3cdb173ff6f7344e2e704686d24c29aad76db1f25ac662f7a8ced1a
|
| 3 |
size 5176
|