Problem set 3 of the course Deep Learning WS 2024/2025. Tasks are indicated with the #TODO flag. In case of problems, open an issue on your repository and tag the TA with @chiara-fb. Remember to show Notebook output when uploading your code to avoid penalization.
- Read text file
- Filter pairs that do not contain words with a given list of suffixes
- Add a stemming method to a vocabulary class
- Implement teacher forcing in the RNN decoder
- Load a pretrained transformer and fine-tune it on your data.