Skip to content

NLDL 2025 Winter School: tutorial on Large Language Models Under the Hood

License

Notifications You must be signed in to change notification settings

ltgoslo/nldl_llm_tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NLDL 2025 Winter School: tutorial on Large Language Models Under the Hood

Contents

  1. Introduction on training deep neural networks
  2. Pre-training of Language Models; Masked and Generative Language Models
  3. Hands-on: Generating and evaluating summaries with LLMs.

Instructions

  • Connect to your virtual machine, using the SSH key and ip address from the slides (ssh -i key.pem naic-user@ip)
  • Start Jupyter Lab: jupyter lab --no-browser --ip=0.0.0.0 --port=8888
  • In its output, find the URL with the security token (something like http://127.0.0.1:8888/lab?token=XXXXX)
  • Copy-paste the full URL to your web browser address bar and replace 127.0.0.1 with the real ip of your virtual machine (see above)
  • Now you have a fully functional Jupyter Lab in your browser which uses the resources of the virtual machine.
  • The tutorial notebooks can be found at /home/naic-user/shared/repo/nldl_llm_tutorial/code/
  • You can also use Python directly on the VM via SSH, without Jupyter, if you want.

About

NLDL 2025 Winter School: tutorial on Large Language Models Under the Hood

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •