Instructions to use AlexanderHolmes0/C2-Topic-Model-100 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- BERTopic
How to use AlexanderHolmes0/C2-Topic-Model-100 with BERTopic:
from bertopic import BERTopic model = BERTopic.load("AlexanderHolmes0/C2-Topic-Model-100") - Notebooks
- Google Colab
- Kaggle
| { | |
| "calculate_probabilities": false, | |
| "language": null, | |
| "low_memory": false, | |
| "min_topic_size": 500, | |
| "n_gram_range": [ | |
| 1, | |
| 1 | |
| ], | |
| "nr_topics": 100, | |
| "seed_topic_list": null, | |
| "top_n_words": 10, | |
| "verbose": true, | |
| "embedding_model": "BAAI/bge-small-en-v1.5" | |
| } |