Hello everyone. I was using the model a week ago without any problems. Today I am getting an error when trying to load Top2Vec with embedding_model parameter (without it works fine)
I get error like:
2023-07-10 10:30:20,136 - top2vec - INFO - Pre-processing documents for training C:\Users\pkola\anaconda3\lib\site-packages\sklearn\feature_extraction\text.py:528: UserWarning: The parameter 'token_pattern' will not be used since 'tokenizer' is not None' warnings.warn( 2023-07-10 10:30:20,416 - top2vec - INFO - Downloading universal-sentence-encoder-multilingual modelValueError: Trying to load a model of incompatible/unknown type. 'C:\Users\...\Temp\tfhub_modules\26c892ffbc8d7b032f5a95f316e2841ed4f1608c' contains neither 'saved_model.pb' nor 'saved_model.pbtxt'.
I've tried reinstall encoders with pip install top2vec[sentence_encoders] but all libraries are satisfied
How to solve this issue?
Error says there is lack of files in location: 'C:\Users...\Temp\tfhub_modules\26c892ffbc8d7b032f5a95f316e2841ed4f1608c (it will be different location for you)
Hello everyone. I was using the model a week ago without any problems. Today I am getting an error when trying to load Top2Vec with embedding_model parameter (without it works fine)
I get error like:
2023-07-10 10:30:20,136 - top2vec - INFO - Pre-processing documents for training C:\Users\pkola\anaconda3\lib\site-packages\sklearn\feature_extraction\text.py:528: UserWarning: The parameter 'token_pattern' will not be used since 'tokenizer' is not None' warnings.warn( 2023-07-10 10:30:20,416 - top2vec - INFO - Downloading universal-sentence-encoder-multilingual model
ValueError: Trying to load a model of incompatible/unknown type. 'C:\Users\...\Temp\tfhub_modules\26c892ffbc8d7b032f5a95f316e2841ed4f1608c' contains neither 'saved_model.pb' nor 'saved_model.pbtxt'.
I've tried reinstall encoders with pip install top2vec[sentence_encoders] but all libraries are satisfied How to solve this issue?