Instructions to use librarian-bots/BERTopic_model_card_bias with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- BERTopic
How to use librarian-bots/BERTopic_model_card_bias with BERTopic:
from bertopic import BERTopic model = BERTopic.load("librarian-bots/BERTopic_model_card_bias") - Notebooks
- Google Colab
- Kaggle
Commit ·
b346b9c
1
Parent(s): d2fe5f6
Update README.md
Browse files
README.md
CHANGED
|
@@ -13,7 +13,7 @@ license: mit
|
|
| 13 |
pipeline_tag: text-classification
|
| 14 |
---
|
| 15 |
|
| 16 |
-
#
|
| 17 |
|
| 18 |
This is a [BERTopic](https://github.com/MaartenGr/BERTopic) model.
|
| 19 |
BERTopic is a flexible and modular topic modeling framework that allows for the generation of easily interpretable topics from large datasets.
|
|
|
|
| 13 |
pipeline_tag: text-classification
|
| 14 |
---
|
| 15 |
|
| 16 |
+
# BERTopic model card bias topic model
|
| 17 |
|
| 18 |
This is a [BERTopic](https://github.com/MaartenGr/BERTopic) model.
|
| 19 |
BERTopic is a flexible and modular topic modeling framework that allows for the generation of easily interpretable topics from large datasets.
|