Question: Why _signature_columns in my Trainer is None?

I’m trying to train a generic LLM model for a specific task, but the internal variable _signature_columns, is set to “None”, preventing me to train that model!

I’m using my own Dataset created with HF’s Dataset Python module, alongside with model’s AutoTokenizer. The model I’m using is Google’s BERT.

Any Ideas?