Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 547 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 547 Bytes

BERTSentenceEncoder

Includes a custom implementation of BERT (Bidirectional Encoder Representations from Transformers), finetuned using the NLI (Natural Language Inference) dataset, constructing a classification-based model and a contrastive approach-based model. The three BERT models are evaluated using the STS (Semantic Textual Similarity) benchmark, and the Pearson & Spearman correlation scores are compared.

Open in colab.