Downloads · 30 days
3
9% of all-time downloads
3lv27/rag-topic-model
rag-topic-model is a text classification model from 3lv27. Use it when you need a label for a piece of text. It is set up for bertopic.
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.
Downloads · 30 days
3
9% of all-time downloads
All-time downloads
35
Public
Repo size
7.8 KB
Likes
0
Public
Click a slice to open those files.
.safetensors7.8 KB · 47%
From the Hugging Face model README
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.
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("3lv27/rag-topic-model")
topic_model.get_topic_info()
| Topic ID | Topic Keywords | Topic Frequency | Label |
|---|---|---|---|
| -1 | my - for - was - payment - it | 17 | -1_my_for_was_payment |
| 0 | refund - nike - my - store - for | 41 | 0_refund_nike_my_store |
| 1 | my - the - payment - app - balance | 72 | 1_my_the_payment_app |
| 2 | to - email - my - account - the | 37 | 2_to_email_my_account |
| 3 | card - klarna - details - to - do | 34 | 3_card_klarna_details_to |