Views
No views yet
pip install -U bertopic1from bertopic import BERTopic
2topic_model = BERTopic.load("aaa961/rag-topic-model")
3
4topic_model.get_topic_info()| Topic ID | Topic Keywords | Topic Frequency | Label |
|---|---|---|---|
| -1 | to - my - klarna - for - the | 12 | -1_to_my_klarna_for |
| 0 | klarna - my - declined - in - for | 62 | 0_klarna_my_declined_in |
| 1 | my - details - klarna - and - call | 34 | 1_my_details_klarna_and |
| 2 | the - payment - for - to - pay | 24 | 2_the_payment_for_to |
| 3 | the - store - it - for - ago | 19 | 3_the_store_it_for |
| 4 | the - ago - sneakers - and - shoes | 17 | 4_the_ago_sneakers_and |