From 3c4f2e263f55eca77961402309be1b4e2e287c4e Mon Sep 17 00:00:00 2001 From: Ayoub Bagheri Date: Fri, 1 Dec 2023 15:10:53 +0100 Subject: [PATCH] Update index.Rmd --- index.Rmd | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/index.Rmd b/index.Rmd index 2297e14..bb5c6e6 100644 --- a/index.Rmd +++ b/index.Rmd @@ -22,10 +22,10 @@ This dashboard covers the materials for the workshop on Transformers. \ Speakers: -* [Ayoub Bagheri](https://www.uu.nl/staff/ABagheri) - * [Albert Gatt](https://www.uu.nl/staff/AGatt) +* [Ayoub Bagheri](https://www.uu.nl/staff/ABagheri) + * [Hadi Mohammadi](https://www.uu.nl/staff/HMohammadi) \ @@ -95,10 +95,13 @@ This tutorial is mainly from the [CS231n Python Tutorial With Google Colab](http #### Lecture -- [Sequence modeling](lectures/lecture_01.pdf) +- [Introduction to Large Language Models](lectures/Lecture 1. LLMs, Sequence models & attention.pdf) + +#### Data +- [Drug review dataset](practicals/data.zip) #### Lab -- [Recurrent neural networks versus CNNs](practicals/practical_01_answers.html) +- [Recurrent, Convolutional and Bidirectional Neural Networks](practicals/practical_01_answers.html) # Day 2