Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 1.01 KB

README.md

File metadata and controls

9 lines (5 loc) · 1.01 KB

JUPITER Benchmark Suite: MMoCLIP

DOI Static Badge

This benchmark is part of the JUPITER Benchmark Suite. See the repository of the suite for some general remarks.

This repository contains the MMoCLIP benchmark. DESCRIPTION.md contains details for compilation, execution, and evaluation. MMoCLIP runs OpenCLIP, an open source implementation of CLIP, which is a multi-modal contrastive model that can learn image and text representations from a dataset of image-text pairs.

The source code of OpenCLIP is included in the ./src/ subdirectory as a submodule from the upstream OpenCLIP repository at github.com/mlfoundations/open_clip.