What is the input data format to train English TextClassification Model in AI Center?

Hello,
I am facing an issue while training the English TextClasification Model in AI center. My input file is as follows - CSV file with two headers ‘Target’ and ‘Input’
image
after upload this csv file i get the following error -

output.txt (12.1 KB) MLTraineddata1.zip (2.0 KB)
I have attached input file as well as the exception file.

Hey @hnyadav

According to the logs it looks like an encoding issue of your csv file:

2021-02-12 10:46:40,402 - aiflib.data_manager:info:15 - INFO: Failed to read csv [/data/dataset/MLTraineddata1.csv] exception:
‘utf-8’ codec can’t decode bytes in position 66-67: invalid continuation byte

Could you try making sure that it is urf-8 encoded?

Jeremy