Representations from representation_models are generated twice when nr_topics="auto". Is this expected? #2142
Unanswered
siddharthtumre
asked this question in
Q&A
Replies: 1 comment 1 reply
-
That's indeed what is happening currently. I believe it should be straightforward to implement that so this might be a good first issue for those wanting to help out. For now, what you could also do is run the model first without any representation models and then use |
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 @MaartenGr
While using nr_topics="auto", I can see that the representations from representation_models are calculated after reducing the number of topics. This increases the run time as a LLM is prompted twice i.e., before and after reducing topics.
I believe generating representations after reducing the topics should be sufficient.
Beta Was this translation helpful? Give feedback.
All reactions