Downloads · 30 days
3
23% of all-time downloads
sdantonio/BERTopic_TheWellnessCompany
BERTopic_TheWellnessCompany is a text classification model from sdantonio. 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
23% of all-time downloads
All-time downloads
13
Public
Repo size
180 KB
Likes
0
Public
Click a slice to open those files.
.safetensors180 KB · 61%
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("sdantonio/BERTopic_TheWellnessCompany")
topic_model.get_topic_info()
| Topic ID | Topic Keywords | Topic Frequency | Label |
|---|---|---|---|
| -1 | thewellnesscompany - shots - reprisal - serves - coulson | 12 | -1_thewellnesscompany_shots_reprisal_serves |
| 0 | thewellnesscompany - gessling - compelling - prolonged - daily_clout | 41 | 0_thewellnesscompany_gessling_compelling_prolonged |
| 1 | cardiologists - thewellnesscompany - myocarditis - epidemiologist - publications | 138 | 1_cardiologists_thewellnesscompany_myocarditis_epidemiologist |
| 2 | myocarditis - thewellnesscompany - prolonged - shots - reprisal | 96 | 2_myocarditis_thewellnesscompany_prolonged_shots |
| 3 | thewellnesscompany - packed - prolonged - dissolved - pomegranate | 80 | 3_thewellnesscompany_packed_prolonged_dissolved |
| 4 | thewellnesscompany - tedros - insights - marik - toxicity | 52 | 4_thewellnesscompany_tedros_insights_marik |
| 5 | ivermectin - thewellnesscompany - epidemiologist - hydroxychloroquine - misbehavior | 21 | 5_ivermectin_thewellnesscompany_epidemiologist_hydroxychloroquine |
| 6 | thewellnesscompany - hearts - concerns - reprisal - shots | 21 | 6_thewellnesscompany_hearts_concerns_reprisal |
| 7 | backtobasicsconference - unprepared - pregnancytalk - twcadventures - may9th | 20 | 7_backtobasicsconference_unprepared_pregnancytalk_twcadventures |