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
Update config.json
Browse files- config.json +0 -2
config.json
CHANGED
|
@@ -11,7 +11,5 @@
|
|
| 11 |
"seed_topic_list": null,
|
| 12 |
"top_n_words": 10,
|
| 13 |
"verbose": true,
|
| 14 |
-
"zeroshot_min_similarity": 0.7,
|
| 15 |
-
"zeroshot_topic_list": null,
|
| 16 |
"embedding_model": "BAAI/bge-small-en-v1.5"
|
| 17 |
}
|
|
|
|
| 11 |
"seed_topic_list": null,
|
| 12 |
"top_n_words": 10,
|
| 13 |
"verbose": true,
|
|
|
|
|
|
|
| 14 |
"embedding_model": "BAAI/bge-small-en-v1.5"
|
| 15 |
}
|