Instructions to use deb101/topicmodel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- BERTopic
How to use deb101/topicmodel with BERTopic:
from bertopic import BERTopic model = BERTopic.load("deb101/topicmodel") - Notebooks
- Google Colab
- Kaggle
| { | |
| "calculate_probabilities": false, | |
| "language": null, | |
| "low_memory": false, | |
| "min_topic_size": 10, | |
| "n_gram_range": [ | |
| 1, | |
| 1 | |
| ], | |
| "nr_topics": null, | |
| "seed_topic_list": null, | |
| "top_n_words": 10, | |
| "verbose": true, | |
| "zeroshot_min_similarity": 0.7, | |
| "zeroshot_topic_list": null, | |
| "embedding_model": "sentence-transformers/msmarco-distilbert-base-tas-b" | |
| } |