bertopic

Bertopic_Keybert_Champions

This is a BERTopic model. BERTopic is a flexible and modular topic modeling framework that allows for the generation of easily interpretable topics from large datasets.

Usage

To use this model, please install BERTopic:

pip install -U bertopic

You can use the model as follows:

from bertopic import BERTopic
topic_model = BERTopic.load("Noibu/Bertopic_Keybert_Champions")

topic_model.get_topic_info()

Topic overview

<details> <summary>Click here for an overview of all topics.</summary>

Topic ID Topic Keywords Topic Frequency Label
-1 short - powerblend - mesh short - shorts - big tall 78 -1_short_powerblend_mesh short_shorts
0 ny - york - new york - st - st apt 2099 0_ny_york_new york_st
1 available color - color - color black - grey - white 5852 1_available color_color_color black_grey
2 search result - search - short search - item search - pant search 2210 2_search result_search_short search_item search
3 address close - shipping address - address - shipping - michael 463 3_address close_shipping address_address_shipping
4 size xl - size guide - xl xl - xl available - xl 403 4_size xl_size guide_xl xl_xl available
5 code - code order - apply - new premium - premium 190 5_code_code order_apply_new premium
6 password - new password - login - account - enter 140 6_password_new password_login_account
7 shipping address - address address - address - address order - new address 131 7_shipping address_address address_address_address order
8 billing - credit card - card number - card - credit 112 8_billing_credit card_card number_card

</details>

Training hyperparameters

Framework versions