Instructions to use MaximSIMO/bertopic_openai_emb_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- BERTopic
How to use MaximSIMO/bertopic_openai_emb_model with BERTopic:
from bertopic import BERTopic model = BERTopic.load("MaximSIMO/bertopic_openai_emb_model") - Notebooks
- Google Colab
- Kaggle
| { | |
| "topic_representations": { | |
| "-1": [ | |
| [ | |
| "Evening TV Programming", | |
| 1 | |
| ] | |
| ], | |
| "0": [ | |
| [ | |
| "Elettrodotti e ambiente", | |
| 1 | |
| ] | |
| ], | |
| "1": [ | |
| [ | |
| "Political Tensions", | |
| 1 | |
| ] | |
| ] | |
| }, | |
| "topics": [ | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| -1, | |
| 1, | |
| -1, | |
| -1, | |
| 1, | |
| -1, | |
| 1, | |
| 1, | |
| 0, | |
| 0, | |
| -1, | |
| -1, | |
| -1, | |
| -1, | |
| -1, | |
| 1, | |
| 0, | |
| -1, | |
| -1, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| -1, | |
| 1, | |
| 1, | |
| 1, | |
| 1, | |
| -1, | |
| -1, | |
| -1, | |
| 1, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 1, | |
| 1, | |
| 0, | |
| 1, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 0 | |
| ], | |
| "topic_sizes": { | |
| "0": 72, | |
| "-1": 15, | |
| "1": 13 | |
| }, | |
| "topic_mapper": [ | |
| [ | |
| -1, | |
| -1, | |
| -1 | |
| ], | |
| [ | |
| 0, | |
| 0, | |
| 1 | |
| ], | |
| [ | |
| 1, | |
| 1, | |
| 0 | |
| ] | |
| ], | |
| "topic_labels": { | |
| "-1": "-1_Evening TV Programming", | |
| "0": "0_Elettrodotti e ambiente", | |
| "1": "1_Political Tensions" | |
| }, | |
| "custom_labels": null, | |
| "_outliers": 1, | |
| "topic_aspects": {} | |
| } |