Views
No views yet
pip install -U bertopic1from bertopic import BERTopic
2topic_model = BERTopic.load("MaximSIMO/bertopic_openai_emb_model")
3
4topic_model.get_topic_info()| Topic ID | Topic Keywords | Topic Frequency | Label |
|---|---|---|---|
| -1 | Evening TV Programming | 13 | -1_Evening TV Programming |
| 0 | Elettrodotti e ambiente | 15 | 0_Elettrodotti e ambiente |
| 1 | Political Tensions | 72 | 1_Political Tensions |