Downloads · 30 days
6
18% of all-time downloads
shaistaDev7/topic_modeling_on_UDC
topic_modeling_on_UDC is a text classification model from shaistaDev7. 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
6
18% of all-time downloads
All-time downloads
33
Public
Repo size
10.3 KB
Likes
0
Public
Click a slice to open those files.
.json12.6 KB · 48%
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("shaistaDev7/urdu_topic_modeling")
topic_model.get_topic_info()
| Topic ID | Topic Keywords | Topic Frequency | Label |
|---|---|---|---|
| 0 | کینسر - استعمال - جسم - علاج - افراد | 315 | 0_کینسر_استعمال_جسم_علاج |
| 1 | ٹیم - کرکٹ - محمد - میڈل - انگلینڈ | 240 | 1_ٹیم_کرکٹ_محمد_میڈل |
| 2 | روپے - ارب - فیصد - ٹیکس - حکومت | 238 | 2_روپے_ارب_فیصد_ٹیکس |
| 3 | فلم - خان - ووڈ - بالی - اداکارہ | 205 | 3_فلم_خان_ووڈ_بالی |
| 4 | ظفر - میشا - شفیع - علی - جنسی | 10 | 4_ظفر_میشا_شفیع_علی |