fairseq: A Fast, Extensible Toolkit for Sequence Modeling
Myle Ott, Sergey Edunov, Alexei Baevski, Angela Fan, Sam Gross, Nathan, Ng, David Grangier, Michael Auli

TL;DR
fairseq is an open-source toolkit built on PyTorch that enables efficient training and inference of sequence models for tasks like translation and summarization, supporting distributed and mixed-precision training.
Contribution
It introduces a flexible, extensible framework with support for distributed and mixed-precision training, enhancing speed and scalability for sequence modeling tasks.
Findings
Supports distributed training across multiple GPUs and machines
Enables fast mixed-precision training and inference
Provides a flexible toolkit for various sequence modeling tasks
Abstract
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
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Multimodal Machine Learning Applications
