Downloads · 30 days
2
4% of all-time downloads
przadka/rag-topic-model
rag-topic-model is a text classification model from przadka. 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
2
4% of all-time downloads
All-time downloads
53
Public
Repo size
6.2 KB
Likes
0
Public
Click a slice to open those files.
.safetensors6.2 KB · 44%
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("przadka/rag-topic-model")
topic_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 |