Instructions to use mtilerisoyy/medsiglip-448-ft-crc100k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mtilerisoyy/medsiglip-448-ft-crc100k with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("zero-shot-image-classification", model="mtilerisoyy/medsiglip-448-ft-crc100k") pipe( "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png", candidate_labels=["animals", "humans", "landscape"], )# Load model directly from transformers import AutoProcessor, AutoModelForZeroShotImageClassification processor = AutoProcessor.from_pretrained("mtilerisoyy/medsiglip-448-ft-crc100k") model = AutoModelForZeroShotImageClassification.from_pretrained("mtilerisoyy/medsiglip-448-ft-crc100k", device_map="auto") - 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 3513309984
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3e1722b8100cca8b87cfe16e42140737aa6d312854e9e6bc24dff6db70e21d72
|
| 3 |
size 3513309984
|
runs/Sep22_15-28-44_gcn114.local.snellius.surf.nl/events.out.tfevents.1758547730.gcn114.local.snellius.surf.nl.1209923.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b2c11e78ac96920117e7ec7027001800f411a2ae21bb8f117a4c938f48adf85f
|
| 3 |
+
size 88
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5368
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:73eb174003df9b2dcd1d53d1292b3c7542ff169502100e44356abfd87df7a4a6
|
| 3 |
size 5368
|