LinWeizheDragon / FLMR

The huggingface implementation of Fine-grained Late-interaction Multi-modal Retriever.
42 stars 2 forks source link

definition of load_dataset #8

Closed duyc168 closed 3 months ago

duyc168 commented 3 months ago

hello, it seems that in examples/example_use_flmr.py, the load_dataset is not defined, and other files do not include load_dataset either. anything missing during uploading? thanks 4F422D73-7173-4E04-A619-2BCF67D0128B

LinWeizheDragon commented 3 months ago

This is an internal function from huggingface datasets. Simply pip install datasets and you will have this function.

duyc168 commented 3 months ago

ok, I misunderstand😂 thank you