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'm new to spacy and tensorflow. This may be a stupid question, but let me ask you one. I'm getting a ValueError: Model "covid-twitter-bert" not available when trying to load this model(covid-twitter-bert) from TensorFlow Hub. how can i load it?
import spacy_universal_sentence_encoder nlp = spacy_universal_sentence_encoder.load_model('covid-twitter-bert') # Throws a ValueError: Model "covid-twitter-bert" not available
Thank you!
The text was updated successfully, but these errors were encountered:
Hello,
I'm new to spacy and tensorflow. This may be a stupid question, but let me ask you one. I'm getting a ValueError: Model "covid-twitter-bert" not available when trying to load this model(covid-twitter-bert) from TensorFlow Hub. how can i load it?
import spacy_universal_sentence_encoder
nlp = spacy_universal_sentence_encoder.load_model('covid-twitter-bert') # Throws a ValueError: Model "covid-twitter-bert" not available
Thank you!
The text was updated successfully, but these errors were encountered: