diff --git a/2024/coursework/nlu-cw2/README.md b/2024/coursework/nlu-cw2/README.md index 179ccb82203e7f9415aaf71a44b59442223ff36f..ef93d5799479c4b03533bac24105623ee0917395 100644 --- a/2024/coursework/nlu-cw2/README.md +++ b/2024/coursework/nlu-cw2/README.md @@ -7,14 +7,10 @@ NLU+ Coursework 2 (2024 Spring) --- This repository contains the data and materials for the second coursework of NLU+ 2024 Spring. -To get started, clone the repository: -```bash -git clone https://git.ecdf.ed.ac.uk/nlu_public/course_materials.git -``` +You can download the file cw2.zip, which contains all the files in this repository, or download them one by one. Then follow the instruction from the Course Work 2 handout. - ##### Acnowledgements This code is based on [Binh Tang's NMT Tutorial](https://github.com/tangbinh/machine-translation) and the data is a sample of [Europarl](http://www.statmt.org/europarl/). diff --git a/2024/coursework/nlu-cw2/cw2.zip b/2024/coursework/nlu-cw2/cw2.zip new file mode 100644 index 0000000000000000000000000000000000000000..24e0d59fb56e7e70dd13d60fbbfb0f5a2770fbb8 Binary files /dev/null and b/2024/coursework/nlu-cw2/cw2.zip differ