Instructions to use davanstrien/transformers_issues_topics with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- BERTopic
How to use davanstrien/transformers_issues_topics with BERTopic:
from bertopic import BERTopic model = BERTopic.load("davanstrien/transformers_issues_topics") - Notebooks
- Google Colab
- Kaggle
Add BERTopic model
#1
by Ibrahim85 - opened
No description provided.
You probably want to push this model to your Hugging Face account :)
I've updated the notebook to reflect this, but in your case, you could do
topic_model.push_to_hf_hub('Ibrahim85/transformers_issues_topics')
to share a BERTopic model to your own account.