EmotionDetectionBERT
EmotionDetectionBERT copied to clipboard
Issues
Hello,
I tried to use your code to make emotion detection with BERT but unfortunately I found several errors.
By using the data preparation code there comes an error it seems like the nlp_test.json is missing: code FileNotFoundError: [Errno 2] No such file or directory: 'D:\UTD\Assignment\NLP\project\nlp_test.json'
By using the Module evaluation code I'm facing following error: ModuleNotFoundError: No module named 'fast_bert'
Pretrained model can't be downloaded anymore here
I'm not sure if currently the code can be really used. It would be great if there would be a fix for the future :)