diff --git a/README.md b/README.md
index 4d6da8d..a5c0075 100644
--- a/README.md
+++ b/README.md
@@ -59,6 +59,20 @@ space as CLIP.
> It is an open-class object detector to detect any label encoded by CLIP without finetuning. See [demo](https://huggingface.co/spaces/akhaliq/Detic).
+
+GTR - Collection of Generalizable T5-based dense Retrievers (GTR) models.
+
+> TensorFlow Hub offers a collection of pretrained models from the paper [Large Dual Encoders Are Generalizable Retrievers](https://arxiv.org/abs/2112.07899).
+> GTR models are first initialized from a pre-trained T5 checkpoint. They are then further pre-trained with a set of community question-answer pairs. Finally, they are fine-tuned on the MS Marco dataset.
+> The two encoders are shared so the GTR model functions as a single text encoder. The input is variable-length English text and the output is a 768-dimensional vector.
+
+
+
+TARS - Task-aware representation of sentences, a novel method for several zero-shot tasks including NER
+
+> The method and pretrained models found in Flair go beyond zero-shot sequence classification and offers zero-shot span tagging abilities for tasks such as named entity recognition and part of speech tagging.
+
+
BERTopic - A novel topic modeling toolkit with BERT
embeddings.
@@ -73,6 +87,13 @@ high-dimensional data.
> It supports UMAP, T-SNE, PCA, or custom techniques to analyze embeddings of encoders.
+
+XRD Identifier - Fingerprinting substances with metric learning
+
+> Identification of substances based on spectral analysis plays a vital role in forensic science. Similarly, the material identification process is of paramount importance for malfunction reasoning in manufacturing sectors and materials research.
+> This models enables to identify materials with deep metric learning applied to X-Ray Diffraction (XRD) spectrum. Read [this post](https://towardsdatascience.com/automatic-spectral-identification-using-deep-metric-learning-with-1d-regnet-and-adacos-8b7fb36f2d5f) for more background.
+
+
## Libraries 🧰
@@ -271,4 +292,4 @@ serving as a useful benchmark.
MetaAI's 2021 Image Similarity Dataset and Challenge - dataset has 1M Reference image set, 1M Training image set, 50K Dev query image set and 50K Test query image set
> The dataset is published along with ["The 2021 Image Similarity Dataset and Challenge"](http://arxiv.org/abs/2106.09672) paper.
-
\ No newline at end of file
+