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