Error When AutoTraining LLM

Hello, I am receiving the error “ERROR: Exception in ASGI application KeyError: ‘text’” when training a text model in spaces. My column mapping is “{“goal”: “target”}” because the rows in the csv file are goal, target. Why might this error be occurring? Thank you.

cc @abhishek

Please read the docs to format data accordingly. you cannot change the first column in column mapping. text: should map to your own datasets column. {“text” : “your column”}