Hi, thanks for you repo. I meet a problem when run the train_CLM.py, the error information is that "ModuleNotFoundError: No module named 'datasets'". In the "LMs" package, I don't find the 'datasets' package as well as the "load_dataset" function.
Traceback (most recent call last):
File "/home/pycharm_project/TAG-Benchmark/LMs/train_CLM.py", line 32, in
import datasets
ModuleNotFoundError: No module named 'datasets'