So, let's say I have a following csv dataset. I have to use pre-trained BERT question-answering model to train , predict and finally evaluate. As, I am new to this it would be helpful to see similar project to understand and work myself on my project or any guidance would be helpful too.
I already tried training the model individually (checking one article at a time), that works. I need guidance on how to work with CSV dataset and evaluation.