You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
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 :)
The text was updated successfully, but these errors were encountered: