MaartenGr commited on
Commit
b646916
·
1 Parent(s): 4251a1c

Update docs

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -27,7 +27,7 @@ You can use the model as follows:
27
 
28
  ```python
29
  from bertopic import BERTopic
30
- topic_model = BERTopic.load("MaartenGr/Wikipedia")
31
 
32
  topic_model.get_topic_info()
33
  ```
 
27
 
28
  ```python
29
  from bertopic import BERTopic
30
+ topic_model = BERTopic.load("MaartenGr/BERTopioc_Wikipedia")
31
 
32
  topic_model.get_topic_info()
33
  ```