ngruver / llmtime

https://arxiv.org/abs/2310.07820
MIT License
673 stars 157 forks source link

ImportError: cannot import name 'load_dataset' from 'datasets' (unknown location) from monash.py #4

Closed chenghaoliu89 closed 11 months ago

chenghaoliu89 commented 11 months ago

Can you also provide the monash datasets you used to reproduce the results?

shikaiqiu commented 11 months ago

Hi, datasets is the Hugging Face datasets library and should have been installed by running sh install.sh . Let me if you still have issues.