Skip to content

Commit 958d909

Browse files
authored
Update README.md
1 parent 039636a commit 958d909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ For example, we can visualize the topics that were generated in a way very simil
184184
topic_model.visualize_topics()
185185
```
186186

187-
<img src="images/topic_visualization.gif" width="60%" height="60%" align="center" />
187+
<img src="images/topic_visualization.gif" width="80%" align="center" />
188188

189189
## Modularity
190190
By default, the [main steps](https://maartengr.github.io/BERTopic/algorithm/algorithm.html) for topic modeling with BERTopic are sentence-transformers, UMAP, HDBSCAN, and c-TF-IDF run in sequence. However, it assumes some independence between these steps which makes BERTopic quite modular. In other words, BERTopic not only allows you to build your own topic model but to explore several topic modeling techniques on top of your customized topic model:

0 commit comments

Comments
 (0)