Additional Resources
If you want to gain your first Hands-on experience with LLMs see our Tutorial below.
Building your own RAG System
This tutorial shows you how to build a RAG (Retrieval Augmented Generation) System from scratch. The tutorial is available in German: RAG Tutorial (German)
LLM Tutorial
In these tutorials, we will build some key pieces for recent applications of transformers, in particular LLMs, in chemistry and materials science from scratch. The code and materials are available here: LLM Tutorial Repository
Data Extraction Tutorial
In this tutorial, we focus on extracting structured data from scientific text, a key step for many downstream applications in chemistry and materials science. The tutorial is available here: Data Extraction Tutorial Repository