Update README.md
Browse files
README.md
CHANGED
|
@@ -6,7 +6,7 @@ library_name: bertopic
|
|
| 6 |
pipeline_tag: text-classification
|
| 7 |
---
|
| 8 |
|
| 9 |
-
#
|
| 10 |
|
| 11 |
This is a [BERTopic](https://github.com/MaartenGr/BERTopic) model.
|
| 12 |
BERTopic is a flexible and modular topic modeling framework that allows for the generation of easily interpretable topics from large datasets.
|
|
@@ -23,7 +23,7 @@ You can use the model as follows:
|
|
| 23 |
|
| 24 |
```python
|
| 25 |
from bertopic import BERTopic
|
| 26 |
-
topic_model = BERTopic.load("Trubnik1967/
|
| 27 |
|
| 28 |
topic_model.get_topic_info()
|
| 29 |
```
|
|
|
|
| 6 |
pipeline_tag: text-classification
|
| 7 |
---
|
| 8 |
|
| 9 |
+
# hdbscan_12
|
| 10 |
|
| 11 |
This is a [BERTopic](https://github.com/MaartenGr/BERTopic) model.
|
| 12 |
BERTopic is a flexible and modular topic modeling framework that allows for the generation of easily interpretable topics from large datasets.
|
|
|
|
| 23 |
|
| 24 |
```python
|
| 25 |
from bertopic import BERTopic
|
| 26 |
+
topic_model = BERTopic.load("Trubnik1967/hdbscan_12")
|
| 27 |
|
| 28 |
topic_model.get_topic_info()
|
| 29 |
```
|