EmotionDetectionBERT icon indicating copy to clipboard operation
EmotionDetectionBERT copied to clipboard

Issues

Open stefannisch opened this issue 3 years ago • 0 comments

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 :)

stefannisch avatar Sep 18 '22 11:09 stefannisch