-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtraining.Rmd
More file actions
35 lines (26 loc) · 1.13 KB
/
training.Rmd
File metadata and controls
35 lines (26 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
title: "Training"
description: |
Introduction to LLMs for behavioral researchers
output:
distill::distill_article:
md_extensions: +emoji
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE)
```
## Training Course
If you are a :hatching_chick: regarding LLMs, you may benefit from an intro course to learn about central concepts related to LLM and get some hands-on experience with such models!
The first day will include an optional **training session**, including a set of hands-on exercises for all interested workshop participants.
### Schedule
1:00 PM - 1:30 PM: Welcome coffee<br>
1:30 AM - 2:30 AM: Intro to large language models<br>
2:30 AM - 2:45 AM: Break<br>
2:45 AM - 3:15 AM: Intro to Huggingface<br>
3:15 AM - 4:00 PM: Exercise 1 - Predicting health perception<br>
4:00 PM - 4:30 PM: Break<br>
4:30 PM - 5:15 PM: Exercise 2 - Predicting personality structure<br>
5:15 PM - 6:00 PM: Exercise 3 - Predicting cognitive reflection<br>
6:00 PM - 6:30 PM: Discussion<br>
### Materials
Materials and installation instructions can be found on the [course page](https://cdsbasel.github.io/LLM4behavior_workshop).