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.
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.