Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 876 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 876 Bytes

NLU+ Coursework 2 (2019-20)

Tom Sherborne and Mirella Lapata
Prior versions from Denis Emelin, Jon Mallinson, Ida Szubert and Rico Sennrich

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.

Acnowledgements

This code is based on Binh Tang's NMT Tutorial and the data is a sample of Europarl.