Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 733 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 733 Bytes

Introduction

This Repo conduct three NLP task: Neural Machine Translation, Abstractive Summarization, and Language Modeling.

Requirements and Installation

  • PyTorch version == 1.8
  • Python version >= 3.6

To install fairseq from source and develop locally:

git clone https://github.com/dropreg/R-Drop.git
cd R-Drop/fairseq_src/
pip install --editable .

Examples