i am using collab , this is my code
import sent2vec
sent2vec_model = sent2vec.Sent2vecModel()
and i have this error : AttributeError Traceback (most recent call last)
in <cell line: 2>()
1 # Initialiser et entraîner le modèle Sent2Vec
—-> 2 sent2vec_model = sent2vec.Sent2vecModel()
3 sent2vec_model.train(tokenized_names)
4
AttributeError: module ‘sent2vec’ has no attribute ‘Sent2vecModel