Save BertTopic model to GCS #878
Unanswered
MourouzidouElisa
asked this question in
Q&A
Replies: 1 comment 7 replies
-
Could you share the exact code for training the model and then loading it? Also, could you share the full error, that will help identify what exactly is happening? Lastly, did you make sure that the environments between saving and loading the model have the same python versions and dependencies? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I would like to move my BertTopic Model to my google cloud storage. I've saved the model using: topic_model.save("model_one"), I downloaded the file and then uploaded to my GCS but when I do that I cannot use the model (I have a "null" error when I run it). I am trying to find another way to save the model hoping that I'll be able to uploaded and then uploaded it to my GCS after. Is there any other way you suggest to save BertTopic?
Thank you in advance :)
Beta Was this translation helpful? Give feedback.
All reactions