v0.1 Release
Pre-release
Pre-release
v0.1 release: including initial code base:
- metaclip curation pipeline;
- minimal openclip training and dataloader;
What's Changed
- Optimize substr_matching with the Aho-Corasick algorithm by @andimarafioti in #45
- Fix typo in data.py by @eltociear in #5
- small fix in cc matching by @ellenxtan in #27
- online ckpt and readme w/ GPUs info. by @howardhsu in #30
- Feature Improvement: Automatically download and load MetaCLIP checkpoints by @Andy-LZH in #29
- support both OpenCLIP naming and MetaCLIP ckpt naming (backward compa… by @howardhsu in #33
- replace customized config class w/ dataclass by @howardhsu in #35
- Add vit g14 by @howardhsu in #36
- update README for huggingface and OpenCLIP demo. by @howardhsu in #37
- Cleaning by @howardhsu in #39
- add demos. by @howardhsu in #40
- add code to build metadata by @howardhsu in #41
- add ICLR acceptance for README.md by @howardhsu in #42
- rename ViT-bigG14-quickgelu.json to ViT-bigG-14-quickgelu.json by @howardhsu in #49
- Publish Code for MoDE in CVPR24 by @Phoenix-V in #50
- Update README.md by @Phoenix-V in #55
- add online curation. by @howardhsu in #58
New Contributors
- @eltociear made their first contribution in #5
- @howardhsu made their first contribution in #7
- @bryant1410 made their first contribution in #8
- @ellenxtan made their first contribution in #27
- @Andy-LZH made their first contribution in #29
- @andimarafioti made their first contribution in #45
- @Phoenix-V made their first contribution in #50
Full Changelog: https://github.com/facebookresearch/MetaCLIP/commits/v0.1