Instructions to use MaartenGr/BERTopic_Wikipedia with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- BERTopic
How to use MaartenGr/BERTopic_Wikipedia with BERTopic:
from bertopic import BERTopic model = BERTopic.load("MaartenGr/BERTopic_Wikipedia") - Notebooks
- Google Colab
- Kaggle
MaartenGr commited on
Commit ·
8071645
1
Parent(s): d687664
Update readme
Browse files
README.md
CHANGED
|
@@ -39,6 +39,8 @@ The top 50 topics visualized and reduced to 2-dimensional space using cuML's UMA
|
|
| 39 |
|
| 40 |

|
| 41 |
|
|
|
|
|
|
|
| 42 |
## Topic overview
|
| 43 |
|
| 44 |
* Number of topics: 2377
|
|
|
|
| 39 |
|
| 40 |

|
| 41 |
|
| 42 |
+
To generate this image, you can follow along with this tutorial: [](https://colab.research.google.com/drive/1W7aEdDPxC29jP99GGZphUlqjMFFVKtBC?usp=sharing)
|
| 43 |
+
|
| 44 |
## Topic overview
|
| 45 |
|
| 46 |
* Number of topics: 2377
|