distilbert topic

List distilbert repositories

bert-in-production

91
Stars
13
Forks
Watchers

A collection of resources on using BERT (https://arxiv.org/abs/1810.04805 ) and related Language Models in production environments.

SentimentAnalysis

354
Stars
47
Forks
Watchers

Sentiment analysis neural network trained by fine-tuning BERT, ALBERT, or DistilBERT on the Stanford Sentiment Treebank.

TransformerSum

425
Stars
59
Forks
Watchers

Models to perform neural summarization (extractive and abstractive) using machine learning transformers and a tool to convert abstractive summarization datasets to the extractive task.

transformers-ner

207
Stars
45
Forks
Watchers

Pytorch-Named-Entity-Recognition-with-transformers

transformers-tutorials

794
Stars
189
Forks
Watchers

Github repo with tutorials to fine tune transformers for diff NLP tasks

turkish-bert

474
Stars
41
Forks
Watchers

Turkish BERT/DistilBERT, ELECTRA and ConvBERT models

Getting-Started-with-Google-BERT

209
Stars
82
Forks
Watchers

Build and train state-of-the-art natural language processing models using BERT

dialog-nlu

97
Stars
40
Forks
Watchers

Tensorflow and Keras implementation of the state of the art researches in Dialog System NLU

bert-distillation

74
Stars
6
Forks
Watchers

Distillation of BERT model with catalyst framework

ernie

199
Stars
29
Forks
Watchers

Simple State-of-the-Art BERT-Based Sentence Classification with Keras / TensorFlow 2. Built with HuggingFace's Transformers.