Views
No views yet
pip install -U bertopic1from bertopic import BERTopic
2topic_model = BERTopic.load("przadka/rag-topic-model")
3
4topic_model.get_topic_info()| Topic ID | Topic Keywords | Topic Frequency | Label |
|---|---|---|---|
| -1 | on - card - my - charge - account | 54 | -1_on_card_my_charge |
| 0 | refund - my - nike - for - store | 16 | 0_refund_my_nike_for |
| 1 | to - my - klarna - email - and | 77 | 1_to_my_klarna_email |
| 2 | my - the - payment - klarna - for | 56 | 2_my_the_payment_klarna |