metmuseum/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… See the full description on the dataset page: https://huggingface.co/datasets/metmuseum/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).
attributes struct
Loading
from datasets import load_dataset
ds = load_dataset("metmuseum/openaccess-embeddings-siglip2-oembeddings", split="train")
row = ds[0]
print(row["subject_id"], row["model"], row["attributes"]["subject_title"])