AUTHORS.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
clip_benchmark/__init__.py
clip_benchmark/cli.py
clip_benchmark/model_collection.py
clip_benchmark/webdataset_builder.py
clip_benchmark.egg-info/PKG-INFO
clip_benchmark.egg-info/SOURCES.txt
clip_benchmark.egg-info/dependency_links.txt
clip_benchmark.egg-info/entry_points.txt
clip_benchmark.egg-info/not-zip-safe
clip_benchmark.egg-info/requires.txt
clip_benchmark.egg-info/top_level.txt
clip_benchmark/datasets/__init__.py
clip_benchmark/datasets/ar_classnames.json
clip_benchmark/datasets/ar_zeroshot_classification_templates.json
clip_benchmark/datasets/babel_imagenet.json
clip_benchmark/datasets/babel_imagenet.py
clip_benchmark/datasets/builder.py
clip_benchmark/datasets/caltech101.py
clip_benchmark/datasets/cn_classnames.json
clip_benchmark/datasets/cn_zeroshot_classification_templates.json
clip_benchmark/datasets/crossmodal3600.py
clip_benchmark/datasets/cupl_prompts.json
clip_benchmark/datasets/en_classnames.json
clip_benchmark/datasets/en_zeroshot_classification_templates.json
clip_benchmark/datasets/flickr.py
clip_benchmark/datasets/flickr30k_200.py
clip_benchmark/datasets/flores_langs.py
clip_benchmark/datasets/imagenetv2.py
clip_benchmark/datasets/it_classnames.json
clip_benchmark/datasets/it_zeroshot_classification_templates.json
clip_benchmark/datasets/jp_classnames.json
clip_benchmark/datasets/jp_zeroshot_classification_templates.json
clip_benchmark/datasets/kitti.py
clip_benchmark/datasets/multilingual_mscoco.py
clip_benchmark/datasets/nllb_dist13b_prompts.json
clip_benchmark/datasets/objectnet.py
clip_benchmark/datasets/sugar_crepe.py
clip_benchmark/datasets/tfds.py
clip_benchmark/datasets/voc2007.py
clip_benchmark/datasets/winoground.py
clip_benchmark/datasets/xtd10.py
clip_benchmark/datasets/xtd200.py
clip_benchmark/metrics/__init__.py
clip_benchmark/metrics/captioning.py
clip_benchmark/metrics/image_caption_selection.py
clip_benchmark/metrics/linear_probe.py
clip_benchmark/metrics/zeroshot_classification.py
clip_benchmark/metrics/zeroshot_retrieval.py
clip_benchmark/models/__init__.py
clip_benchmark/models/japanese_clip.py
clip_benchmark/models/nllb_clip.py
clip_benchmark/models/open_clip.py
tests/test_clip_benchmark.py