yes I was using Trainer
. But I solved the problem. I was loading dataset via Datasets
library, when I replaced it with nlp.load_dataset
, it worked seamlessly. But thank you for the response, I did not pass --remove_unused_columns False
yes I was using Trainer
. But I solved the problem. I was loading dataset via Datasets
library, when I replaced it with nlp.load_dataset
, it worked seamlessly. But thank you for the response, I did not pass --remove_unused_columns False