metmuseum/openaccess-embeddings-apple-mobileclip-ml-s0-oembeddings
metmuseum/openaccess-embeddings-apple-mobileclip-ml-s0-oembeddings Embeddings produced by apple/MobileCLIP-S0 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-apple-mobileclip-ml-s0-oembeddings.
metmuseum/openaccess-embeddings-apple-mobileclip-ml-s0-oembeddings
Embeddings produced by apple/MobileCLIP-S0 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-apple-mobileclip-ml-s0-oembeddings", split="train")
row = ds[0]
print(row["subject_id"], row["model"], row["attributes"]["subject_title"])