LLM for private data
Thursday, 28 November 2024 -
09:00
Monday, 25 November 2024
Tuesday, 26 November 2024
Wednesday, 27 November 2024
Thursday, 28 November 2024
09:00
Overview of Large Language Models (LLMs)
Overview of Large Language Models (LLMs)
09:00 - 09:30
Introduction to LLMs and their capabilities in text generation and natural language processing.
09:30
Transformers
Transformers
09:30 - 11:00
Discussion of transformer architecture, which forms the basis for LLMs. Presentation of the attention mechanism as a key element in LLMs, explaining how it allows models to selectively focus on specific information. Examples of attention model usage in LLMs.
11:00
Various Methods for Customizing LLMs
Various Methods for Customizing LLMs
11:00 - 12:00
Introduction to different techniques used to customize LLMs for specific tasks, domains, and data.
12:00
Lunch break
Lunch break
12:00 - 13:00
13:00
LLM Fine-Tuning
LLM Fine-Tuning
13:00 - 14:30
The process of further training pre-trained LLMs on specific data. Utilizing fine-tuning to adapt the model for specific applications (practical exercises).
14:30
Retrieval Augmented Generation (RAG)
Retrieval Augmented Generation (RAG)
14:30 - 16:00
Explanation of the RAG approach, which combines text generation with information retrieval from an internal document set. Practical examples of RAG usage. Examples of advanced techniques to enhance RAG performance (practical exercises).