Views
No views yet
pip install -U bertopic1from bertopic import BERTopic
2topic_model = BERTopic.load("jkdamilola/rag-topic-model")
3
4topic_model.get_topic_info()| Topic ID | Topic Keywords | Topic Frequency | Label |
|---|---|---|---|
| -1 | to - klarna - for - my - the | 10 | -1_to_klarna_for_my |
| 0 | klarna - declined - my - in - ive | 63 | 0_klarna_declined_my_in |
| 1 | payment - the - to - for - pay | 33 | 1_payment_the_to_for |
| 2 | my - details - klarna - and - call | 27 | 2_my_details_klarna_and |
| 3 | store - refund - back - the - credit | 23 | 3_store_refund_back_the |
| 4 | the - shoes - ago - havent - sneakers | 12 | 4_the_shoes_ago_havent |