AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
clip_benchmark/__init__.py
clip_benchmark/cli.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/builder.py
clip_benchmark/datasets/caltech101.py
clip_benchmark/datasets/cn_classnames.json
clip_benchmark/datasets/cn_zeroshot_classification_templates.json
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/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/objectnet.py
clip_benchmark/datasets/tfds.py
clip_benchmark/datasets/voc2007.py
clip_benchmark/metrics/__init__.py
clip_benchmark/metrics/linear_probe.py
clip_benchmark/metrics/zeroshot_classification.py
clip_benchmark/metrics/zeroshot_retrieval.py
probe_benchmark/scaling_experiment_data2.json
probe_benchmark/scaling_experiment_data_vtab.json
tests/test_clip_benchmark.py