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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -6,11 +6,11 @@ pipeline_tag: text-classification
6
 
7
  To use this model, please install BERTopic:
8
 
9
- ```pip install bertopic
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
 
 
6
 
7
  To use this model, please install BERTopic:
8
 
9
+ pip install bertopic
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