Alprocco commited on
Commit
cff79f1
·
1 Parent(s): 564d1dd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -1,18 +1,23 @@
1
  ---
2
  pipeline_tag: text-classification
3
  ---
4
- Usage
 
5
 
6
  To use this model, please install BERTopic:
7
 
 
8
  pip install bertopic
9
 
10
  You can use the model as follows:
11
 
 
12
  from bertopic import BERTopic
13
 
 
14
  topic_model = BERTopic.load("Alprocco/semi_supervised_bertopic")
15
 
 
16
  topic_model.get_topic_info()
17
 
18
  Topic overview
 
1
  ---
2
  pipeline_tag: text-classification
3
  ---
4
+
5
+ ## Usage
6
 
7
  To use this model, please install BERTopic:
8
 
9
+ ```bash
10
  pip install bertopic
11
 
12
  You can use the model as follows:
13
 
14
+ ```bash
15
  from bertopic import BERTopic
16
 
17
+ ```bash
18
  topic_model = BERTopic.load("Alprocco/semi_supervised_bertopic")
19
 
20
+ ```bash
21
  topic_model.get_topic_info()
22
 
23
  Topic overview