Issue/ saving model save_ctfidf=False #2230
Replies: 3 comments 2 replies
-
@RomanBlaaas I updated your post since the formatting of the code was a bit wonky. As a tip, you can use ``` to format your code but you will have to put it for the whole text and not just parts of it. With respect to your issue, I'm not sure what is happening here. Could you try saving the model without the |
Beta Was this translation helpful? Give feedback.
-
@MaartenGr Thank you very much for your tip, I'm not that experienced with GitHub yet. Saving without the save_ctfidf parameter works. But when I load this saved model the Representative_Docs are NaN. Have I missed something? Is the issue because of the Numpy library version? |
Beta Was this translation helpful? Give feedback.
-
This is the used Numpy version: Name: numpy |
Beta Was this translation helpful? Give feedback.
-
Could someone help me with the following problem ?
When I try to save my model I got the following error message:
This is the BERTopic version I use:
(.venv) PS C:\Users\wkblar386\PycharmProjects\TextUnderstanding> pip show bertopic
Name: bertopic
Version: 0.16.4
Summary: BERTopic performs topic Modeling with state-of-the-art transformer models.
Home-page: https://github.com/MaartenGr/BERTopic
Author:
Author-email: "Maarten P. Grootendorst" maartengrootendorst@gmail.com
License: MIT License
And this my Code:
Beta Was this translation helpful? Give feedback.
All reactions