Replies: 2 comments
-
This is the model that will be loaded when you use |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you very much! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using the following code, but I cannot connect to HuggingFace currently and thus fail to load the transformer model.
I tried to download the model from the following link but I cannot find the "chinese (simplified)". Can you kindly inform me the corresponding model?
https://public.ukp.informatik.tu-darmstadt.de/reimers/sentence-transformers/v0.2/
topic_model = BERTopic(language="chinese (simplified)",calculate_probabilities=False,vectorizer_model=vectorizer
,umap_model=umap_model, low_memory=True) #
Beta Was this translation helpful? Give feedback.
All reactions