Skip to content

Athens NLP Summer School 2024 - Lab material

Notifications You must be signed in to change notification settings

athnlp/athnlp-labs-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AthNLP 2024

Exercises for the lab sessions of AthNLP 2024. Everything has been setup to run from a Jupyter Notebook/Google Colab.

The labs will cover the following topics:

Lab Topic Task Solutions
1 Word Embeddings and Text Classification labs/athnlp_lab_1.ipynb Open In Colab labs/athnlp_lab_1_solution.ipynb Open In Colab
2 Neural Language Modeling labs/athnlp_lab_2.ipynb Open In Colab labs/athnlp_lab_2_solution.ipynb Open In Colab
3 Sequence Structured Prediction labs/athnlp_lab_3.ipynb Open In Colab labs/athnlp_lab_3_solution.ipynb Open In Colab
4 Transformers and Machine Translation labs/athnlp_lab_4.ipynb Open In Colab labs/athnlp_lab_4_solution.ipynb Open In Colab
5 Retrieval Augmented LLMs for Biomedical QA labs/athnlp24-rag-lab.ipynb Open In Colab
6 Vision and Language Models labs/athnlp_lab_6.ipynb Open In Colab labs/athnlp_lab_6_solution.ipynb Open In Colab

Introductory Material

Here is a quick list of some useful tutorials to get you up to speed with Python, Numpy and Pytorch: