What is the meaning of training? #2143
Replies: 3 comments 1 reply
-
Training is the process of training the underlying models as mentioned in the procedure here. I would advise looking through that link to see each step of BERTopic's underlying procedure. All of those models (except for the fine-tuning lego block) are trained. |
Beta Was this translation helpful? Give feedback.
-
Thanks!
Does the embedding model change according to my corpus? In my understanding, it will be fixed and the model weights will not be changed. Please correct me if I am wrong.
For the clustering step, does the training mean adjusting the hyper-parameters according to my corpus inside the clustering algorithm?
I thought this step only does calculating the c-tf-idf, are there any other parameters? Or do you mean calculating the c-tf-idf could be deemed as training?
Does that mean they KeyBERT model will be fixed and used to extract the topic words? Thank you so much! |
Beta Was this translation helpful? Give feedback.
-
Hi @MaartenGr |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am new to this amazing package. i am looking into this tutorial https://maartengr.github.io/BERTopic/getting_started/vectorizers/vectorizers.html.
It mentioned:
I was wondering what does the
training
mean? Is there any neural model who has parameters to be tuned inside? Or there is some hyper-parameters which would be tuned during the process?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions