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 README.md
Browse files
README.md
CHANGED
|
@@ -155,8 +155,6 @@ An example of the Chat GPT - 3.5 Turbo representations:
|
|
| 155 |
* seed_topic_list: None
|
| 156 |
* top_n_words: 10
|
| 157 |
* verbose: True
|
| 158 |
-
* zeroshot_min_similarity: 0.7
|
| 159 |
-
* zeroshot_topic_list: None
|
| 160 |
|
| 161 |
## Framework versions
|
| 162 |
|
|
|
|
| 155 |
* seed_topic_list: None
|
| 156 |
* top_n_words: 10
|
| 157 |
* verbose: True
|
|
|
|
|
|
|
| 158 |
|
| 159 |
## Framework versions
|
| 160 |
|