Instructions to use gzbang/a with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- BERTopic
How to use gzbang/a with BERTopic:
from bertopic import BERTopic model = BERTopic.load("gzbang/a") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license:
|
|
|
|
| 3 |
- mit
|
| 4 |
library_name: bertopic
|
| 5 |
pipeline_tag: zero-shot-classification
|
| 6 |
-
tags: []
|
| 7 |
---
|
|
|
|
| 1 |
---
|
| 2 |
license:
|
| 3 |
+
- apache-2.0
|
| 4 |
- mit
|
| 5 |
library_name: bertopic
|
| 6 |
pipeline_tag: zero-shot-classification
|
|
|
|
| 7 |
---
|