Update README.md
Browse files
README.md
CHANGED
|
@@ -10,12 +10,8 @@ To use this model, please install BERTopic:
|
|
| 10 |
```
|
| 11 |
You can use the model as follows:
|
| 12 |
|
| 13 |
-
```from bertopic import BERTopic
|
| 14 |
-
|
| 15 |
-
```topic_model = BERTopic.load("Alprocco/semi_supervised_bertopic")
|
| 16 |
-
```
|
| 17 |
-
```topic_model.get_topic_info()
|
| 18 |
-
```
|
| 19 |
Topic overview
|
| 20 |
|
| 21 |
Number of topics: 30
|
|
|
|
| 10 |
```
|
| 11 |
You can use the model as follows:
|
| 12 |
|
| 13 |
+
```from bertopic import BERTopic topic_model = BERTopic.load("Alprocco/semi_supervised_bertopic") topic_model.get_topic_info()
|
| 14 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
Topic overview
|
| 16 |
|
| 17 |
Number of topics: 30
|