Skip to content

Commit

Permalink
Added FASTopic to documentation index page
Browse files Browse the repository at this point in the history
  • Loading branch information
x-tabdeveloping committed Jul 30, 2024
1 parent e2486ab commit 29649e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,16 @@ pip install turftopic[pyro-ppl]
You can use most transformer-based topic models in Turftopic, these include:

- [Semantic Signal Separation - $S^3$](s3.md) :compass:
- [KeyNMF](KeyNMF.md) :key:
- [KeyNMF](KeyNMF.md) :key:
- [Gaussian Mixture Models (GMM)](gmm.md)
- [Clustering Topic Models](clustering.md):
- [BERTopic](clustering.md#bertopic_and_top2vec)
- [Top2Vec](clustering.md#bertopic_and_top2vec)
- [Auto-encoding Topic Models](ctm.md):
- CombinedTM
- ZeroShotTM
- [FASTopic](fastopic.md) :zap:



## Basic Usage
Expand Down

0 comments on commit 29649e3

Please sign in to comment.