Skip to content

Clarification on Reusing a pretrained saved top2vec model #356

Open
@amruthakannan

Description

@amruthakannan

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions