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
essentially i just git cloned the repository and ran "python3 bin/download_model".
then i just ran the "uvicorn sentiment_analyzer.api:app". I, however, installed all the dependencies individually as i was having issues to using the "pipenv install --dev" command as it was return errors
this is the entire error message.
this is whats in my assets
and this is the config.json that i did not change
How am i missing the keys from state_dict? is there a preferred enviorment where i deploy this tutorial api?