Yaniv Cohen
Yaniv Cohen
I'm with BERTopic v0.16.4 and the error persists
Yes, I did it with this embedding model "avsolatorio/GIST-small-Embedding-v0" using SentenceTransformer, but even "sentence-transformers/all-mpnet-base-v2" returned the same problem. I also tried removing all parameters and just called it with all...
topic_model = BERTopic() topic, topic_proba = topic_model.fit_transform([ 'I am going home', 'I am going to the supermarket', 'I am going to the gym', 'I am going to the store', 'I...