Update docs
Browse files
README.md
CHANGED
@@ -27,7 +27,7 @@ You can use the model as follows:
|
|
27 |
|
28 |
```python
|
29 |
from bertopic import BERTopic
|
30 |
-
topic_model = BERTopic.load("MaartenGr/
|
31 |
|
32 |
topic_model.get_topic_info()
|
33 |
```
|
|
|
27 |
|
28 |
```python
|
29 |
from bertopic import BERTopic
|
30 |
+
topic_model = BERTopic.load("MaartenGr/BERTopioc_Wikipedia")
|
31 |
|
32 |
topic_model.get_topic_info()
|
33 |
```
|