EvolvingLMMs-Lab / lmms-eval

Accelerating the development of large multimodal models (LMMs) with lmms-eval

Home Page:https://lmms-lab.github.io/lmms-eval-blog/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to load dataset in offline mode?

pipixin321 opened this issue · comments

Since my server can't access huggingface.co, how can I load dataset from local direction?
Thank you for your contributions!

Hi, you can refer to

#15 and #21

Thanks, I solve this problem by defining local_dir in lmms-eval/lmms_eval/api/task.py line.528

self.DATASET_PATH = os.path.join(local_dir, self.config.dataset_path)