BERT-flow
Sentence embedding generator
An implementation of a method to generate sentence embeddings from pre-trained language models using TensorFlow.
TensorFlow implementation of On the Sentence Embeddings from Pre-trained Language Models (EMNLP 2020)
530 stars
4 watching
68 forks
Language: Python
last commit: almost 4 years ago Related projects:
Repository | Description | Stars |
---|---|---|
| A method to generate sentence embeddings from pre-trained language models | 178 |
| Provides training and testing code for a CNN-based sentence embedding model | 2 |
| An implementation of a neural network model for learning efficient sentence representations from text data. | 205 |
| A method to convert word embeddings into sentence representations by applying entropy weights calculated from TFIDF transform. | 9 |
| Reproduces the results of an ACL 2018 paper on simple word-embedding-based models for natural language processing tasks. | 284 |
| Preprocessing and processing tools for text data in machine learning models | 1,239 |
| An unsupervised contrastive learning framework for learning sentence embeddings sensitive to differences between original and edited sentences. | 292 |
| An implementation of a non-parameterized approach for building sentence representations | 19 |
| Provides fast and efficient word embeddings for natural language processing. | 223 |
| An unsupervised technique to generate numerical representations of sentences and words for use in machine learning tasks | 1,194 |
| A utility class for generating and evaluating document representations using word embeddings. | 54 |
| A Python library for efficiently computing sentence embeddings from large datasets | 618 |
| Provides sentence embeddings for Arabic languages using pre-trained word embeddings and Smooth Inverse Frequency algorithm | 5 |
| A Python implementation of a sentence embedding algorithm using the Smooth Inverse Frequency weighting scheme | 1,084 |
| A TensorFlow-based implementation of a semantic segmentation network for image classification tasks | 326 |