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 got: FileNotFoundError: Couldn't find a module script at /content/dair-ai/emotion/emotion.py. Module 'dair-ai/emotion' doesn't exist on the Hugging Face Hub either.
I tried to find out the reason but did not find the solution.
The text was updated successfully, but these errors were encountered:
Hi, I used
dair-ai/emotion
to fine-tune thebert-base-cased
model to use it for text-classification task.The dataset is loaded when I load it in this script, so there is no problem up to here:
But in the evaluation script here:
I got: FileNotFoundError: Couldn't find a module script at /content/dair-ai/emotion/emotion.py. Module 'dair-ai/emotion' doesn't exist on the Hugging Face Hub either.
I tried to find out the reason but did not find the solution.
The text was updated successfully, but these errors were encountered: