This repository contains code and models for the paper: SpanBERT: Improving Pre-training by Representing and Predicting Spans. If you prefer to use Huggingface, please check out this link -- https://huggingface.co/SpanBERT
PyTorch original implementation of Cross-lingual Language Model Pretraining.
Longformer and LongformerEncoderDecoder (LED) are pretrained transformer models for long documents.
The main features of allenai/longformer are: Language Modeling, Transformer Architectures.
Open-source alternatives to allenai/longformer include: ari-holtzman/degen. facebookresearch/spanbert — This repository contains code and models for the paper: SpanBERT: Improving Pre-training by Representing and… facebookresearch/xlm — PyTorch original implementation of Cross-lingual Language Model Pretraining. google-research/albert — ALBERT. google-research/bert — This project is a transformer-based language model and natural language processing toolkit designed to generate deep… allenai/dont-stop-pretraining.