This repository contains the data and materials for the second coursework of INFR11157 (2019-20).
To get started, clone the repository:
git clone https://github.com/tomsherborne/nlu_cw2
The first thing you should do is set up a working Conda environment for your work. The same requirements.txt
from Coursework 1 is included here.
conda create -n nlu --file ./requirements.txt -c pytorch
Then, continue following the instructions in the instruction sheet available on Blackboard Learn.
This code is based on Binh Tang's NMT Tutorial and the data is a sample of Europarl.