Alprocco commited on
Commit
8fe0ced
·
1 Parent(s): c8e85d3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -12,7 +12,7 @@ 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
 
 
12
 
13
  from bertopic import BERTopic
14
 
15
+ topic_model = BERTopic.load("Alprocco/Swiss_bertopic")
16
 
17
  topic_model.get_topic_info()
18