IBYDMT / README.md
jacopoteneggi's picture
Update datasets
e582574 verified
metadata
license: mit

Pre-computed vision-language model image embeddings

Embeddings are stored as Parquet files with the following structure:

<DATASET_NAME>_<OP>_<MODEL_NAME>.parquet

"""
    DATASET_NAME:   name of the dataset, e.g. "imagenette".
    OP:             split of the dataset (either "train" or "test").
    MODEL_NAME:     name of the model, e.g. "clip_vit-l_14".
"""

dataset["embedding"]    contains the embeddings
dataset["label"]        contains the labels

To generate the dataset, run

$ python make_dataset.py

Supported dataset names (see supported_datasets.txt):

Supported model names (see supported_models.txt):

References

@inproceedings{teneggi24testing,
  title={Testing Semantic Importance via Betting},
  author={Teneggi, Jacopo and Sulam, Jeremias},
  booktitle={The Thirty-eighth Annual Conference on Neural Information Processing Systems},
  year={2024},
}