-
Notifications
You must be signed in to change notification settings - Fork 773
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not showing Topic after topic_model.get_topic_info() #2205
Comments
I it required to add whole code here to better clarification? |
@hari-chalise Yes, please fill in all the information. Which version of BERTopic are you using? What code are you running? Are you running into any errors? If there is an error in the code, I would first need to see it for example. |
I mean , Can I used BERTopic For Topic Modelling for Nepali News Article ? I was recently tried to do but i encountered error such as Blank in Topic. Currently i am unable to include all error with details code because of my system error so please reply me on my question as much as possible i will provide details @MaartenGr |
Yes, that should be possible! To help you, I will need more information. I need to know how you instantiate the topic_model = BERTopic(
...
) I will also need to know which version of BERTopic you are using. I can only help you if you provide me that information and then I'll be happy to help you! |
Discussed in #2199
Originally posted by hari-chalise October 26, 2024
Hi Maarten, I am trying to Topic modelling BY using BERTopic for Nepali News Article . And now i am just use 1000 Rows of data of news article with two column. But After complete all step embedding, dimensionality reduction, clustering and representation but after running topic_model.get_topic_info() i get nan nan and so on what is my mistake i can't figure out.
The text was updated successfully, but these errors were encountered: