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 ·
c7716d9
1
Parent(s): b346b9c
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,6 +11,7 @@ language:
|
|
| 11 |
- en
|
| 12 |
license: mit
|
| 13 |
pipeline_tag: text-classification
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
# BERTopic model card bias topic model
|
|
|
|
| 11 |
- en
|
| 12 |
license: mit
|
| 13 |
pipeline_tag: text-classification
|
| 14 |
+
inference: false
|
| 15 |
---
|
| 16 |
|
| 17 |
# BERTopic model card bias topic model
|