We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
eg https://github.com/LAION-AI/CLIP_benchmark#coco-captions-example + https://huggingface.co/datasets/clip-benchmark/wds_mscoco_captions2017/tree/main
The text was updated successfully, but these errors were encountered:
maybe something like clip_benchmark eval --dataset=mscoco_captions --dataset_root="https://huggingface.co/datasets/clip-benchmark/wds_{dataset_cleaned}/tree/main" --task=mscoco_generative --model=coca_ViT-L-14 --output=result.json --batch_size=256 --pretrained=model.pt
clip_benchmark eval --dataset=mscoco_captions --dataset_root="https://huggingface.co/datasets/clip-benchmark/wds_{dataset_cleaned}/tree/main" --task=mscoco_generative --model=coca_ViT-L-14 --output=result.json --batch_size=256 --pretrained=model.pt
Sorry, something went wrong.
Yes the following works fine for retrieval:
clip_benchmark eval --dataset=wds/mscoco_captions --dataset_root="https://huggingface.co/datasets/clip-benchmark/wds_{dataset_cleaned}/tree/main" --task=zeroshot_retrieval --model=ViT-B-32 --output=result.json
for generative something similar with task mscoco_generative does not seem to work, will fix it in a PR and add docs for both.
mscoco_generative
Done
No branches or pull requests
eg
https://github.com/LAION-AI/CLIP_benchmark#coco-captions-example
+
https://huggingface.co/datasets/clip-benchmark/wds_mscoco_captions2017/tree/main
The text was updated successfully, but these errors were encountered: