Replies: 1 comment 1 reply
-
Could you perhaps open up an issue instead of a discussion and fill in the necessary information? That will help me understand the problem better. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi -- I'm new to NLP and loving BERTopic!
I've created a model 'topic_model'. topic_model.fit_transform(training_data) works just fine and results in a model that I've saved to disk.
When I load the model in another script, I ran the 'training_data' back through the model to see what I get the same results.
Any ideas are greatly appreciated!
JLR
Beta Was this translation helpful? Give feedback.
All reactions