Skip to content

Commit 45bcc78

Browse files
Started working on docs
1 parent b2221dc commit 45bcc78

3 files changed

Lines changed: 51 additions & 5 deletions

File tree

docs/late_interaction.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
2+
| Topic ID | Highest Ranking |
3+
| - | - |
4+
| -1 | nasa, nasa gov, space exploration, space science, spaceflight, astronomy space, spacecraft, national space, space program, sci space |
5+
| 225 | astronomical, astronomers, astronomy, astronomy space, sci astro, interplanetary, galactic, celestial bbs, gamma ray, astro |
6+
| 240 | satellites, nasa, telescope, astronomy space, satellite, observatory, spacecraft, nasa gov, astronomical, astronomy |
7+
| 242 | shuttle program, shuttle mission, space shuttle, shuttle launch, shuttle elements, space program, spaceflight, shuttle, shuttle elements documentation, space exploration |
8+
| 243 | nasa gov, nasa, space exploration, national space, commercial space, spaceflight, space station, space science, sci space, space news |
9+
| 244 | astronomy space, nasa, space science, sci astro, sci space, nasa gov, spacecraft, astronomical, space news, space program |
10+
11+
12+
## API Reference
13+
14+
### Encoder
15+
16+
::: turftopic.late.LateSentenceTransformer
17+
18+
### Wrapper
19+
20+
::: turftopic.late.LateWrapper
21+
22+
### Utility functions
23+
24+
::: turftopic.late.flatten_repr
25+
26+
::: turftopic.late.unflatten_repr
27+
28+
::: turftopic.late.pool_flat
29+
30+
::: turftopic.late.get_document_chunks
31+

docs/stylesheets/extra.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
.md-tabs__item {
2+
height: 70px;
3+
align-items: center;
4+
display: flex;
5+
}
6+
.md-tabs__link {
7+
text-align: center;
8+
}
9+
.subtext {
10+
font-size: small;
11+
}

mkdocs.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ nav:
1111
- Online Topic Modeling: online.md
1212
- Hierarchical Topic Modeling: hierarchical.md
1313
- Cross-Lingual Topic Modeling: cross_lingual.md
14-
- Multimodal Modeling (BETA): multimodal.md
15-
- Concept Induction (BETA): concept_induction.md
14+
- Late Interaction Models (Experimental): late_interaction.md
15+
- Multimodal Modeling (Experimental): multimodal.md
16+
- Concept Induction: concept_induction.md
1617
- Modifying and Finetuning Models: finetuning.md
1718
- Saving and Loading: persistence.md
1819
- Using TopicData: topic_data.md
@@ -23,7 +24,7 @@ nav:
2324
- Discourse Analysis on Morality and Religion: tutorials/religious.md
2425
- Discovering a Data-driven Political Compass: tutorials/ideologies.md
2526
- Customer Dissatisfaction Analysis: tutorials/reviews.md
26-
- Topic Models (Overview and Performance):
27+
- <span>Topic Models<span> <br> <i class="subtext">(Overview and Performance)</i>:
2728
- Model Overview: model_overview.md
2829
- Model Leaderboard: benchmark.md
2930
- Semantic Signal Separation (S³): s3.md
@@ -34,10 +35,10 @@ nav:
3435
- Clustering Models (BERTopic & Top2Vec): clustering.md
3536
- Autoencoding Models (ZeroShotTM & CombinedTM): ctm.md
3637
- FASTopic: FASTopic.md
37-
- Other Models (e.g. Sentiment Analysis):
38+
- <span>Other Models<span> <br> <i class="subtext">(e.g. Sentiment Analysis)</i>:
3839
- Concept Vector Projection (Continuous Sentiment Scoring): cvp.md
3940
- Embedding Models: encoders.md
40-
- Vectorizers (Term extraction): vectorizers.md
41+
- <span>Vectorizers<span> <br> <i class="subtext">(Term extraction)</i>: vectorizers.md
4142
- Topic Analysis and Naming with LLMs: analyzers.md
4243
theme:
4344
name: material
@@ -79,6 +80,9 @@ theme:
7980
- toc.follow
8081
- content.code.copy
8182

83+
extra_css:
84+
- stylesheets/extra.css
85+
8286
plugins:
8387
- search
8488
- mkdocstrings:

0 commit comments

Comments
 (0)