Instructions to use vidric/bertopic_dcd_auto_final with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- BERTopic
How to use vidric/bertopic_dcd_auto_final with BERTopic:
from bertopic import BERTopic model = BERTopic.load("vidric/bertopic_dcd_auto_final") - Notebooks
- Google Colab
- Kaggle
| { | |
| "calculate_probabilities": true, | |
| "language": null, | |
| "low_memory": false, | |
| "min_topic_size": 10, | |
| "n_gram_range": [ | |
| 1, | |
| 1 | |
| ], | |
| "nr_topics": "auto", | |
| "seed_topic_list": null, | |
| "top_n_words": 10, | |
| "verbose": false, | |
| "embedding_model": "distiluse-base-multilingual-cased" | |
| } |