worked for me too. Don’t know why
1 Like
After reviewing the data_processor.py file, I can see the current data processing method. The prepare_dataset
method currently creates a dataset with “input_ids”, “attention_mask”, and “labels” columns.
1 Like