AmanPriyanshu commited on
Commit
1a532f6
1 Parent(s): 7c3478c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -20,6 +20,8 @@ tags:
20
 
21
  A lightweight approach to topic extraction leveraging the Bottleneck T5 autoencoder architecture with learned transformation matrices. This project provides three specialized transformation matrices for mapping content embeddings to topic embeddings across different domains.
22
 
 
 
23
  **TL;DR:** Transform content embeddings into topic embeddings using domain-specific 1024×1024 transformation matrices, trained on three distinct datasets. Built on top of the Bottleneck T5 architecture for efficient, training-free topic extraction.
24
 
25
  ## Motivation
 
20
 
21
  A lightweight approach to topic extraction leveraging the Bottleneck T5 autoencoder architecture with learned transformation matrices. This project provides three specialized transformation matrices for mapping content embeddings to topic embeddings across different domains.
22
 
23
+ [**Check out the blog**](https://amanpriyanshu.github.io/blogs/posts/2024/contra-topic/)
24
+
25
  **TL;DR:** Transform content embeddings into topic embeddings using domain-specific 1024×1024 transformation matrices, trained on three distinct datasets. Built on top of the Bottleneck T5 architecture for efficient, training-free topic extraction.
26
 
27
  ## Motivation