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’ after upload this csv file i get the following error -
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