Dataset scripts are no longer supported

Seems trust_remote_code is deprecated in datasets 4.0.0.
So quick workarounds:

pip install datasets<4.0.0 

In addition, it seems that downgrading huggingface_hub may be necessary in some cases.

1 Like