Instructions to use YukiTashiro/medsiglip-448-ft-ja-20250909_140340 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use YukiTashiro/medsiglip-448-ft-ja-20250909_140340 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("zero-shot-image-classification", model="YukiTashiro/medsiglip-448-ft-ja-20250909_140340") 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("YukiTashiro/medsiglip-448-ft-ja-20250909_140340") model = AutoModelForZeroShotImageClassification.from_pretrained("YukiTashiro/medsiglip-448-ft-ja-20250909_140340", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 0
Browse files
config.json
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"SiglipModel"
|
| 4 |
+
],
|
| 5 |
+
"dtype": "float32",
|
| 6 |
+
"initializer_factor": 1.0,
|
| 7 |
+
"model_type": "siglip",
|
| 8 |
+
"text_config": {
|
| 9 |
+
"attention_dropout": 0.0,
|
| 10 |
+
"dtype": "float32",
|
| 11 |
+
"hidden_act": "gelu_pytorch_tanh",
|
| 12 |
+
"hidden_size": 1152,
|
| 13 |
+
"intermediate_size": 4304,
|
| 14 |
+
"layer_norm_eps": 1e-06,
|
| 15 |
+
"max_position_embeddings": 64,
|
| 16 |
+
"model_type": "siglip_text_model",
|
| 17 |
+
"num_attention_heads": 16,
|
| 18 |
+
"num_hidden_layers": 27,
|
| 19 |
+
"projection_size": 1152,
|
| 20 |
+
"vocab_size": 32000
|
| 21 |
+
},
|
| 22 |
+
"transformers_version": "4.56.1",
|
| 23 |
+
"vision_config": {
|
| 24 |
+
"attention_dropout": 0.0,
|
| 25 |
+
"dtype": "float32",
|
| 26 |
+
"hidden_act": "gelu_pytorch_tanh",
|
| 27 |
+
"hidden_size": 1152,
|
| 28 |
+
"image_size": 448,
|
| 29 |
+
"intermediate_size": 4304,
|
| 30 |
+
"layer_norm_eps": 1e-06,
|
| 31 |
+
"model_type": "siglip_vision_model",
|
| 32 |
+
"num_attention_heads": 16,
|
| 33 |
+
"num_channels": 3,
|
| 34 |
+
"num_hidden_layers": 27,
|
| 35 |
+
"patch_size": 14
|
| 36 |
+
}
|
| 37 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f312c546bf8910f4416e9f38b6f011caa21a95b3257ca0e9430b1d9adf3490d5
|
| 3 |
+
size 3513309984
|
runs/Sep09_14-15-23_eb2021ce8684/events.out.tfevents.1757427333.eb2021ce8684.2183.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eda97f70d2893d56168674d130e9dd55b6dc81b2e025258fbb59aee1f50984e8
|
| 3 |
+
size 16095
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c07001c6cfcb843e549244d2daaf4db43c2443e9f695e45561e767aeaf9ed8eb
|
| 3 |
+
size 5905
|