Skip to content

Latest commit

 

History

History
64 lines (42 loc) · 1.45 KB

HISTORY.md

File metadata and controls

64 lines (42 loc) · 1.45 KB

History

1.6.1

  • Fix missing sugar crepe example #119 thanks to @samarth4149

1.6.0

  • Fix overwritten zeroshot templates issue (#109)
  • Support new multilingual retrieval datasets: Crossmodal-3600, XTD10, Flickr30k-200, and XTD200
  • Support tuning linear probing on validation set

1.5.0

  • Custom classnames and templates
  • support wds for captioning evaluation
  • support imagenet-w
  • support babel imagenet
  • support chinese flickr30k/8k
  • support sugar crepe (compositionality)
  • support (optional) sharding evaluation based on rank, for parallel runs
  • fix many issues

1.4.0

  • Fix silent webdataset error-handling
  • Added support for wds/voc2007_multilabel
  • default to float32
  • add mscoco generative benchmark

1.3.0

  • update flickr8k results, solve issue #48, thanks to @orchidmajumder
  • Evaluate multiple models/datasets/languages using the CLI directly
  • Support Japanese CLIP by rinna
  • Add arabic imagenet
  • updating CuPL prompts with more generated sentences + ensembled with openAI prompts
  • put model in eval mode before evaluation
  • Webdataset updates
  • Make verbose the default

1.2.0

  • Added support for loading webdatasets

1.1.0

  • Added better support for multilingual eval
  • Added better support for linear probing
  • Added support for CuPL prompts

1.0.1

  • pypi description as markdown

1.0.0

  • Actual first release on PyPI.

0.1.0

  • First release on PyPI.