Skip to content

Commit 74e6484

Browse files
author
MaartenGr
committed
Default saving embedding model to True
1 parent 31302bf commit 74e6484

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bertopic/_bertopic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3017,7 +3017,7 @@ def push_to_hf_hub(
30173017
create_pr: bool = False,
30183018
model_card: bool = True,
30193019
serialization: str = "safetensors",
3020-
save_embedding_model: str = None,
3020+
save_embedding_model: Union[str, bool] = True,
30213021
save_ctfidf: bool = False,
30223022
):
30233023
""" Push your BERTopic model to a HuggingFace Hub

0 commit comments

Comments
 (0)