Rafay

Results 4 comments of Rafay

There are unicode characters in your file, either remove them as part of data cleansing activity or convert to `utf-8` like ``` with open('your file name', 'w', encoding='utf-8') as f:...

Please check your `train.csv`. Number of labels should exactly be same as specified in `xlnet_processor.py` and `bert_processor.py`. Also remove all cached files and `.pkl` files in `dataset` directory. Re-run bert...

@MazenSalama kindly can you let me know if you managed to find a solution? Regards