Skip to content
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

Clarification on Reusing a pretrained saved top2vec model #356

Open
AK-3000 opened this issue Feb 9, 2024 · 0 comments
Open

Clarification on Reusing a pretrained saved top2vec model #356

AK-3000 opened this issue Feb 9, 2024 · 0 comments

Comments

@AK-3000
Copy link

AK-3000 commented Feb 9, 2024

Can I reuse the same pretrained model on a different dataset but of the same domain?Say I trained a top2vec model on a dataset with 26k records on artificial intelligence. Now can I reuse this same model to get the topics on a smaller dataset on artificial intelligence by calling get_document_topics()?

I am asking this because, when I looked through your source code, it seems like the pretrained model has already saved each document id, and then it matches the document id saved in the model with the new dataset. I would appreciate some clarification! thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant