Views
No views yet
pip install -U bertopic1from bertopic import BERTopic
2topic_model = BERTopic.load("apostolosfilippas/rag-topic-model")
3
4topic_model.get_topic_info()| Topic ID | Topic Keywords | Topic Frequency | Label |
|---|---|---|---|
| -1 | for - klarna - to - my - the | 15 | -1_for_klarna_to_my |
| 0 | klarna - my - declined - for - ve | 51 | 0_klarna_my_declined_for |
| 1 | payment - to - the - my - for | 50 | 1_payment_to_the_my |
| 2 | my - klarna - and - details - account | 28 | 2_my_klarna_and_details |
| 3 | store - the - it - refund - back | 24 | 3_store_the_it_refund |