ricardorei / lightning-text-classification
Minimalist implementation of a BERT Sentence Classifier with PyTorch Lightning, Transformers and PyTorch-NLP.
☆216Updated last year
Alternatives and similar repositories for lightning-text-classification:
Users that are interested in lightning-text-classification are comparing it to the libraries listed below
- SentAugment is a data augmentation technique for NLP that retrieves similar sentences from a large bank of sentences. It can be used in c…☆362Updated 2 years ago
- Pretrain and finetune ELECTRA with fastai and huggingface. (Results of the paper replicated !)☆325Updated last year
- pyTorch implementation of Recurrence over BERT (RoBERT) based on this paper https://arxiv.org/abs/1910.10781 and comparison with pyTorch …☆80Updated 2 years ago
- ☆344Updated 3 years ago
- Code associated with the "Data Augmentation using Pre-trained Transformer Models" paper☆132Updated last year
- architectures and pre-trained models for long document classification.☆154Updated 4 years ago
- Pytorch Implementation of ALBERT(A Lite BERT for Self-supervised Learning of Language Representations)☆226Updated 3 years ago
- [NAACL 2021] This is the code for our paper `Fine-Tuning Pre-trained Language Model with Weak Supervision: A Contrastive-Regularized Self…☆201Updated 2 years ago
- Implementation of Self-adjusting Dice Loss from "Dice Loss for Data-imbalanced NLP Tasks" paper☆107Updated 4 years ago
- Comparatively fine-tuning pretrained BERT models on downstream, text classification tasks with different architectural configurations in …☆121Updated 4 years ago
- A small repo showing how to easily use BERT (or other transformers) for inference☆99Updated 5 years ago
- Awesome Neural Adaptation in Natural Language Processing. A curated list. https://arxiv.org/abs/2006.00632☆264Updated 3 years ago
- BOND: BERT-Assisted Open-Domain Name Entity Recognition with Distant Supervision☆290Updated 3 years ago
- Interpretable Evaluation for (Almost) All NLP Tasks☆193Updated 2 years ago
- CharBERT: Character-aware Pre-trained Language Model (COLING2020)☆118Updated 3 years ago
- Pre-Trained Models for ToD-BERT☆291Updated last year
- Code associated with the Don't Stop Pretraining ACL 2020 paper☆529Updated 3 years ago
- Multi-Task Deep Neural Networks for Natural Language Understanding☆158Updated last year
- On the Stability of Fine-tuning BERT: Misconceptions, Explanations, and Strong Baselines☆133Updated last year
- This repository contains the code for "Generating Datasets with Pretrained Language Models".☆187Updated 3 years ago
- A tutorial on how to implement models for part-of-speech tagging using PyTorch and TorchText.☆177Updated 3 years ago
- A simple and working implementation of Electra, the fastest way to pretrain language models from scratch, in Pytorch☆221Updated last year
- New dataset☆300Updated 3 years ago
- Self-supervised NER prototype - updated version (69 entity types - 17 broad entity groups). Uses pretrained BERT models with no fine tuni…☆80Updated 2 years ago
- DialoGLUE: A Natural Language Understanding Benchmark for Task-Oriented Dialogue☆283Updated last year
- The repo contains the code of the ACL2020 paper `Dice Loss for Data-imbalanced NLP Tasks`☆274Updated last year
- Based on the Pytorch-Transformers library by HuggingFace. To be used as a starting point for employing Transformer models in text classif…☆306Updated 4 years ago
- Main repository for "CharacterBERT: Reconciling ELMo and BERT for Word-Level Open-Vocabulary Representations From Characters"☆198Updated last year
- A library to conduct ranking experiments with transformers.☆161Updated last year
- Python code for various NLP metrics☆166Updated 5 years ago