Fairseq: A Fast, Extensible Toolkit For Sequence Modeling · The Large Language Model Bible Contribute to LLM-Bible

Fairseq: A Fast, Extensible Toolkit For Sequence Modeling

Myle Ott et al.. Arxiv 2019 – 687 citations

[Paper]    
Language Modeling Large-Scale Training Reinforcement Learning Training Techniques

fairseq is an open-source sequence modeling toolkit that allows researchers and developers to train custom models for translation, summarization, language modeling, and other text generation tasks. The toolkit is based on PyTorch and supports distributed training across multiple GPUs and machines. We also support fast mixed-precision training and inference on modern GPUs. A demo video can be found at https://www.youtube.com/watch?v=OtgDdWtHvto

Similar Work