Trubnik1967 commited on
Commit
95c0f51
·
verified ·
1 Parent(s): f83c17a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -23,7 +23,7 @@ You can use the model as follows:
23
 
24
  ```python
25
  from bertopic import BERTopic
26
- topic_model = BERTopic.load("Trubnik1967/kmeans_6")
27
 
28
  topic_model.get_topic_info()
29
  ```
 
23
 
24
  ```python
25
  from bertopic import BERTopic
26
+ topic_model = BERTopic.load("Trubnik1967/kmeans_20")
27
 
28
  topic_model.get_topic_info()
29
  ```