Views
No views yet
pip install -U bertopic1from bertopic import BERTopic
2topic_model = BERTopic.load("Maximgolubov/rag-topic-model")
3
4topic_model.get_topic_info()| Topic ID | Topic Keywords | Topic Frequency | Label |
|---|---|---|---|
| -1 | for - my - to - klarna - the | 11 | -1_for_my_to_klarna |
| 0 | the - klarna - my - for - to | 38 | 0_the_klarna_my_for |
| 1 | samsung - the - it - for - and | 76 | 1_samsung_the_it_for |
| 2 | my - details - klarna - and - call | 23 | 2_my_details_klarna_and |
| 3 | my - to - time - you - one | 20 | 3_my_to_time_you |