So, I'm trying to implement Entity Extraction for AutoML and I'm a complete beginner. My CSV file upload is successful but my JSONL isn't being parsed correctly. Where am I going wrong? The starting line of the file contains all the training data. I haven't annotated it yet as I intend to do so on the UI. What am I doing wrong?
PS: I used Pandas to convert it to JSONL