-
Install the required packages with the provided requirements.txt
-
If you can't install gym==2.21.0,which is necessary for this project,try the following two installation,then the gym will be installed successfully!
pip install setuptools==65.5.0 pip install --user wheel==0.38.0
-
-
Install the VIMABench with VIMABench.
-
Change the OpenAI API-key in data_process/gptutils.py
-
Put the path of SentenseBert in retrieval/similarity_retirval.py
-
Put the path of MMLM in model/custom_model.py
-
run the eval.py.