#large-language-models
Ecosystem overview for everything related to large-language-models.
Products (2)
"LLMs-from-scratch" is the official code repository for Sebastian Raschka's book *Build a Large Language Model (From Scratch)*. It guides users through developing, pretraining, and finetuning a GPT-like LLM from the ground up, mirroring the approach of large-scale foundational models. The project implements all code in PyTorch, avoiding external LLM libraries, and includes functionalities for loading larger pretrained models for finetuning. It's designed for educational purposes, focusing on in-depth understanding of LLM mechanics.
DeepTutor, developed by HKUDS, is an agent-native personalized intelligent tutoring platform. It integrates various AI agent modes like problem-solving, quiz generation, and deep research within a unified chat workspace. Key features include an AI Co-Writer for collaborative content creation, a Book Engine to transform materials into interactive "living books," and a Knowledge Hub for RAG-powered learning, all supported by persistent memory for evolving personalized guidance.