UnexpectedSplits: {'test'}

#1
by jeffzhao - opened

dataset = datasets.load_dataset("shawhin/imdb-truncated")

datasets's version == 2.13.0
when invoking this line, the error infomation happens "UnexpectedSplits: {'test'}", how can i do

Could you give more context?

There may be an issue because the testing dataset is called "validation" here. It can be accessed via dataset["validation"].

1701605799835.png
change to 2.15.0 can solve

Thanks zkyool! I used datasets v2.14.4.

Conda env file is available here: https://github.com/ShawhinT/YouTube-Blog/blob/main/LLMs/fine-tuning/ft-env.yml

Sign up or log in to comment