Alprocco commited on
Commit
96f1fe3
·
1 Parent(s): f9e97a1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -6
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