Maarten Grootendorst
Maarten Grootendorst
Thanks for the suggestion! What would you think is the main added benefit of doing so in the context of this package? Also, I remember it did not support editable...
> First of all: Editable installs are possible, I use them all the time. Ah, you're [right](https://stackoverflow.com/questions/69711606/how-to-install-a-package-using-pip-in-editable-mode-with-pyproject-toml)! It seems that the last time I tried was quite a while ago......
Awesome, thanks for the work on this!
It should have given you the probabilities if you loaded and saved with safetensors. Could you share your full code along with the version of BERTopic you used?
Thanks for sharing your issue. That is currently not possible with public functions but you could use the private `._extract_representative_docs` function instead to recalculate the representative documents. It would require...
@loisrebekah I believe there are a [number of issues](https://github.com/MaartenGr/BERTopic/issues?q=is%3Aissue+is%3Aopen+_extract_representative_docs+) both open and closed that show you how to do this.
@loisrebekah When you serialize the model with `safetensors`, the representative documents are not saved for security purposes. If you want to save the representative documents, you would have to use...
Thanks for this! It would indeed be much nicer to raise an expectation and explain what the user should do. If you want, a PR would be much appreciated.
Could you share the full error message? Also, did you try installing KeyBERT from the main branch?
@cdolek Thanks for sharing. I have a feeling that this is not the full error message since there are multiple steps missing in the message. It is not possible that...