narugo1992 commited on
Export model 'google/siglip-large-patch16-384', on 2025-01-30 00:36:12 JST
Browse files- README.md +3 -1
- google/siglip-large-patch16-384/image_encode.onnx +3 -0
- google/siglip-large-patch16-384/meta.json +3 -0
- google/siglip-large-patch16-384/preprocessor.json +3 -0
- google/siglip-large-patch16-384/text_encode.onnx +3 -0
- google/siglip-large-patch16-384/tokenizer.json +3 -0
- models.parquet +2 -2
README.md
CHANGED
|
@@ -6,6 +6,7 @@ base_model:
|
|
| 6 |
- google/siglip-base-patch16-384
|
| 7 |
- google/siglip-base-patch16-512
|
| 8 |
- google/siglip-large-patch16-256
|
|
|
|
| 9 |
language:
|
| 10 |
- en
|
| 11 |
tags:
|
|
@@ -20,11 +21,12 @@ ONNX exported version of SigLIP models.
|
|
| 20 |
|
| 21 |
# Models
|
| 22 |
|
| 23 |
-
|
| 24 |
|
| 25 |
| Name | Image (Params/FLOPS) | Image Size | Image Width (Enc/Emb) | Text (Params/FLOPS) | Text Width (Enc/Emb) | Created At |
|
| 26 |
|:------------------------------------------------------------------------------------------------------------------|:-----------------------|-------------:|:------------------------|:----------------------|:-----------------------|:-------------|
|
| 27 |
| [google/siglip-base-patch16-256-multilingual](https://huggingface.co/google/siglip-base-patch16-256-multilingual) | 90.4M / 21.9G | 256 | 768 / 768 | 85.6M / 10.9G | 768 / 768 | 2024-01-08 |
|
|
|
|
| 28 |
| [google/siglip-large-patch16-256](https://huggingface.co/google/siglip-large-patch16-256) | 311.5M / 77.6G | 256 | 1024 / 1024 | 303.4M / 38.7G | 1024 / 1024 | 2024-01-08 |
|
| 29 |
| [google/siglip-base-patch16-512](https://huggingface.co/google/siglip-base-patch16-512) | 90.4M / 87.7G | 512 | 768 / 768 | 85.6M / 10.9G | 768 / 768 | 2024-01-08 |
|
| 30 |
| [google/siglip-base-patch16-384](https://huggingface.co/google/siglip-base-patch16-384) | 90.4M / 49.3G | 384 | 768 / 768 | 85.6M / 10.9G | 768 / 768 | 2024-01-08 |
|
|
|
|
| 6 |
- google/siglip-base-patch16-384
|
| 7 |
- google/siglip-base-patch16-512
|
| 8 |
- google/siglip-large-patch16-256
|
| 9 |
+
- google/siglip-large-patch16-384
|
| 10 |
language:
|
| 11 |
- en
|
| 12 |
tags:
|
|
|
|
| 21 |
|
| 22 |
# Models
|
| 23 |
|
| 24 |
+
6 models exported in total.
|
| 25 |
|
| 26 |
| Name | Image (Params/FLOPS) | Image Size | Image Width (Enc/Emb) | Text (Params/FLOPS) | Text Width (Enc/Emb) | Created At |
|
| 27 |
|:------------------------------------------------------------------------------------------------------------------|:-----------------------|-------------:|:------------------------|:----------------------|:-----------------------|:-------------|
|
| 28 |
| [google/siglip-base-patch16-256-multilingual](https://huggingface.co/google/siglip-base-patch16-256-multilingual) | 90.4M / 21.9G | 256 | 768 / 768 | 85.6M / 10.9G | 768 / 768 | 2024-01-08 |
|
| 29 |
+
| [google/siglip-large-patch16-384](https://huggingface.co/google/siglip-large-patch16-384) | 311.5M / 174.5G | 384 | 1024 / 1024 | 303.4M / 38.7G | 1024 / 1024 | 2024-01-08 |
|
| 30 |
| [google/siglip-large-patch16-256](https://huggingface.co/google/siglip-large-patch16-256) | 311.5M / 77.6G | 256 | 1024 / 1024 | 303.4M / 38.7G | 1024 / 1024 | 2024-01-08 |
|
| 31 |
| [google/siglip-base-patch16-512](https://huggingface.co/google/siglip-base-patch16-512) | 90.4M / 87.7G | 512 | 768 / 768 | 85.6M / 10.9G | 768 / 768 | 2024-01-08 |
|
| 32 |
| [google/siglip-base-patch16-384](https://huggingface.co/google/siglip-base-patch16-384) | 90.4M / 49.3G | 384 | 768 / 768 | 85.6M / 10.9G | 768 / 768 | 2024-01-08 |
|
google/siglip-large-patch16-384/image_encode.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f7c2a08b9639442d0eadd36c9838e89504a9319458562098648ab4f37b474fef
|
| 3 |
+
size 1265659865
|
google/siglip-large-patch16-384/meta.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cc91496550a09607e161a6666b53b128e737209b4a5caf0ca210c629c44e7dd0
|
| 3 |
+
size 498
|
google/siglip-large-patch16-384/preprocessor.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f2aed934f4d08af048c9e1ad459a9793baccbd003fed2a322f8793ea486004af
|
| 3 |
+
size 556
|
google/siglip-large-patch16-384/text_encode.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fdcaee7b2ccdce1d66e38cfe6a80f24ca29d00b694922e08e41a197378230b7a
|
| 3 |
+
size 1345416244
|
google/siglip-large-patch16-384/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7b8d29bb5c5c9785b71c021d113a0f5d5d3acae3eee0e24e55d9e649da530231
|
| 3 |
+
size 2397584
|
models.parquet
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:17dfe4f821abe45fd2d4a0d308e590d0640254a020b9d533c0c90e1da411bc8f
|
| 3 |
+
size 9375
|