CoolFace
15 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01metmuseum /openaccess-embeddings-siglip2 metmuseum/openaccess-embeddings-siglip2 Image embeddings for every public-domain artwork in metmuseum/openaccess, produced by google/siglip2-so400m-patch14-384. Column Type Notes objectID int64 Primary key — matches objectID in metmuseum/openaccess embedding list<float32> L2-normalised, dim = 1152 model string Source model id dim int32 Embedding dimension Image bytes are not stored here; join against the main dataset to recover them.Embedding spec: dim=1152… See the full description on the dataset page: https://huggingface.co/datasets/metmuseum/openaccess-embeddings-siglip2.tabular100K<n<1M1 likes406 downloads5mo agoHugging Face02JackieMM /aloha_real_agilex_nesting_doll-siglip2-droid-ft aloha_real_agilex_nesting_doll with SigLIP2-DROID targets This LeRobot v2.1 dataset is a copy of SakikoTogawa/aloha_real_agilex_nesting_doll with observation.concept added. For every timestep, the three camera images are processed independently by the fine-tuned SakikoTogawa/siglip2-base-droid vision encoder. The vision_model.pooler_output vectors (768 dimensions each) are concatenated in the order left wrist, right wrist, and high camera, producing a 2304-dimensional float32… See the full description on the dataset page: https://huggingface.co/datasets/JackieMM/aloha_real_agilex_nesting_doll-siglip2-droid-ft.image10K<n<100K0 likes147 downloads13d agoHugging Face03metmuseum /openaccess-embeddings-siglip2-naflex metmuseum/openaccess-embeddings-siglip2-naflex Image embeddings for every public-domain artwork in metmuseum/openaccess, produced by google/siglip2-so400m-patch16-naflex. Column Type Notes objectID int64 Primary key — matches objectID in metmuseum/openaccess embedding list<float32> L2-normalised, dim = 1152 model string Source model id dim int32 Embedding dimension Image bytes are not stored here; join against the main dataset to recover them.Embedding spec:… See the full description on the dataset page: https://huggingface.co/datasets/metmuseum/openaccess-embeddings-siglip2-naflex.tabular100K<n<1M1 likes133 downloads5mo agoHugging Face04davanstrien /bl-images-siglip2-index BL book images - SigLIP2 search index Derived index for the biglam/british-library-book-images siglip2_embeddings config, built for a text-to-image search Space. embeddings.npy - float32 (1080814, 1152), L2-normalized, rows ordered by split: covers, embellishments, medium, plates metadata.parquet - fname, date, year, image_type, split (no vectors) split_ranges.json - row range per split, so a split filter is a slice Embeddings from google/siglip2-so400m-patch16-256. Because… See the full description on the dataset page: https://huggingface.co/datasets/davanstrien/bl-images-siglip2-index.n<1K0 likes84 downloads1mo agoHugging Face05JackieMM /aloha_real_agilex_clean_cup_drawer_and_clean_cube_container-20250809-siglip2-droid-ft aloha_real_agilex_clean_cup_drawer_and_clean_cube_container-20250809 with SigLIP2-DROID targets This LeRobot v2.1 dataset is a copy of SakikoTogawa/aloha_real_agilex_clean_cup_drawer_and_clean_cube_container-20250809 with observation.concept added. For every timestep, the three camera images are processed independently by the fine-tuned SakikoTogawa/siglip2-base-droid vision encoder. The vision_model.pooler_output vectors (768 dimensions each) are concatenated in the order left… See the full description on the dataset page: https://huggingface.co/datasets/JackieMM/aloha_real_agilex_clean_cup_drawer_and_clean_cube_container-20250809-siglip2-droid-ft.image10K<n<100K0 likes82 downloads13d agoHugging Face06JackieMM /aloha_real_agilex_folding_fabric-siglip2-droid-ft aloha_real_agilex_folding_fabric with SigLIP2-DROID targets This LeRobot v2.1 dataset is a copy of SakikoTogawa/aloha_real_agilex_folding_fabric with observation.concept added. For every timestep, the three camera images are processed independently by the fine-tuned SakikoTogawa/siglip2-base-droid vision encoder. The vision_model.pooler_output vectors (768 dimensions each) are concatenated in the order left wrist, right wrist, and high camera, producing a 2304-dimensional… See the full description on the dataset page: https://huggingface.co/datasets/JackieMM/aloha_real_agilex_folding_fabric-siglip2-droid-ft.image10K<n<100K0 likes80 downloads13d agoHugging Face07subhrokomol /siglip2-large-lora-v1-dataset SigLIP2-Large LoRA v1 — Training Pairs Material/surface visual-similarity training pairs for fine-tuning SigLIP2-large with LoRA + Supervised Contrastive loss. Each row links a catalog product image to one polygon-clipped material crop from a SAM3-segmented interior room render. Statistics Split Rows train 5,618 eval 576 Layout . ├── dataset.jsonl train split (one JSON object per line) ├── eval.jsonl held-out eval split └──… See the full description on the dataset page: https://huggingface.co/datasets/subhrokomol/siglip2-large-lora-v1-dataset.tabular1K<n<10K0 likes28 downloads4mo agoHugging Face08jrmiller /coco-2017-siglip2-embeddings COCO 2017 SigLIP 2 Image Embeddings Pre-computed image embeddings for the COCO 2017 dataset, generated with Google's SigLIP 2 (SoViT-400M, 384px). Overview Property Value Model google/siglip2-so400m-patch14-384 Vector dimensions 1152 Normalization L2-normalized (unit vectors) Source dataset COCO 2017 Image resolution 384 x 384 (resized by SigLIP 2 processor) Dataset Structure Schema Each row contains the… See the full description on the dataset page: https://huggingface.co/datasets/jrmiller/coco-2017-siglip2-embeddings.imageimage-feature-extraction100K<n<1M1 likes20 downloads5mo agoHugging Face09hibana2077 /siglip2-recursion-cifar10image-classification1K<n<10K0 likes15 downloads2y agoHugging Face10Dronezup /siglip2-blind-spots SigLIP2-Large Blind Spots Dataset Model Tested google/siglip2-large-patch16-512 878M parameters Architecture: Vision Transformer with sigmoid contrastive loss How The Model Was Loaded Zero-Shot Classification from transformers import pipeline import torch classifier = pipeline( task="zero-shot-image-classification", model="google/siglip2-large-patch16-512", torch_dtype=torch.float16, device=0 ) results = classifier(image… See the full description on the dataset page: https://huggingface.co/datasets/Dronezup/siglip2-blind-spots.textzero-shot-classificationn<1K0 likes9 downloads7mo agoHugging Face11metmuseum /openaccess-embeddings-siglip2-oembeddings metmuseum/openaccess-embeddings-siglip2-oembeddings Embeddings produced by google/siglip2-so400m-patch14-384 over metmuseum/openaccess, shaped to match the go-embeddingsdb Record struct (with the OEmbeddings spec inside attributes). Column Type Notes provider string "metmuseum" subject_id string metmuseum:{objectID} — the artwork depiction_id string metmuseum:{objectID}:primaryImage — the image model string HF model id embeddings list<float32> L2-normalised, dim =… See the full description on the dataset page: https://huggingface.co/datasets/metmuseum/openaccess-embeddings-siglip2-oembeddings.0 likes7 downloads5mo agoHugging Face12GaussianWorld /scan_scanpp_matt_siglip2_so400m_2d_feat_mapgatedother1K<n<10K0 likes5 downloads2mo agoHugging Face13Arpit7860 /siglip2-base-blindspotsimagen<1K0 likes5 downloads7mo agoHugging Face14metmuseum /openaccess-embeddings-siglip2-naflex-oembeddings metmuseum/openaccess-embeddings-siglip2-naflex-oembeddings Embeddings produced by google/siglip2-so400m-patch16-naflex over metmuseum/openaccess, shaped to match the go-embeddingsdb Record struct (with the OEmbeddings spec inside attributes). Column Type Notes provider string "metmuseum" subject_id string metmuseum:{objectID} — the artwork depiction_id stringmetmuseum:{objectID}:primaryImage — the image model string HF model id embeddings list<float32>… See the full description on the dataset page: https://huggingface.co/datasets/metmuseum/openaccess-embeddings-siglip2-naflex-oembeddings.0 likes5 downloads5mo agoHugging Face15shouqthwap1 /SIGLIP2_Datasetimage0 likes3 downloads1y agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.