/generative-models-tutorial

Tutorial materials for Ericsson AI & ML Upskill Program 2023-2024.

Primary LanguageJupyter Notebook

Building and Applying Generative Models using PyTorch

Tutorial materials for Ericsson AI & ML Upskill Program 2023-2024. It contains code for finetuning a GPT-like large language model (LLM) in PyTorch.

Materials for the previous program can be found Ericsson AI & ML Upskill Program 2021.

Learning resources

Acknowledgements

This repository was built using Implementing a ChatGPT-like LLM in PyTorch from scratch, step by step.