Skip to content

Commit

Permalink
Default saving embedding model to True
Browse files Browse the repository at this point in the history
  • Loading branch information
MaartenGr committed May 23, 2023
1 parent 31302bf commit 74e6484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bertopic/_bertopic.py
Original file line number Diff line number Diff line change
Expand Up @@ -3017,7 +3017,7 @@ def push_to_hf_hub(
create_pr: bool = False,
model_card: bool = True,
serialization: str = "safetensors",
save_embedding_model: str = None,
save_embedding_model: Union[str, bool] = True,
save_ctfidf: bool = False,
):
""" Push your BERTopic model to a HuggingFace Hub
Expand Down

0 comments on commit 74e6484

Please sign in to comment.