DanK
Results
2
comments of
DanK
Hi @reichenbch I have LaBSE working, although I'm not sure if its the most efficient method. I append LaBSE label to sbert_models (in top2vec.py) and then: from top2vec import Top2Vec...
I neglected the document_ids. Imported 20news to a dataframe and defined 'index' (documentID) column as row_nums +1. df['text'] is unshuffled. df42['text'] is shuffled rows. document_ids set to either the df['index'].to_numpy...