Skip to main content
LLM Summary

LLM Summary

    1. The Platform for LLM evals
    1. LLM Organization and Product

LizAbout 2 minLLMLLM
Llama Source Code Exploration

Llama Source Code Exploration

    1. About
    1. Llama Overall Architecture
    1. Hyperparameters
    1. Tensor Dimensionality Transformation
    1. Number of Trainable Parameters
    1. Source Code

LizAbout 5 minLLMLLM
Transformer Source Code Exploration

Transformer Source Code Exploration

    1. About
    1. Transformer Overall Architecture
    1. Hyperparameters
    1. Tensor Dimensionality Transformation
    1. Number of Trainable Parameters
    1. Source Code

LizAbout 16 minLLMLLM
Understanding LangChain in One Article: Building Powerful Applications with Large Language Models

Understanding LangChain in One Article: Building Powerful Applications with Large Language Models

Starting with the architecture diagram, step by step, this article helps you understand all aspects of LangChain.

    1. What is LangChain?
    1. What Information Does the LangChain Architecture Diagram Tell Us?
    1. Essential Core Modules You Need to Know
    1. Experience the Function of Each Module Through Simple Example Code

LizAbout 4 minLLMLLM
Building Conversational Applications with Streamlit

Building Conversational Applications with Streamlit

    1. Components Required for Constructing a Dialogue Interface
    1. Complete Process of Dialogue Interface
    1. Refactoring for Streaming Output of Assistant Messages
    1. Building an Application that Encapsulates ChatGPT

LizAbout 2 minLLMLLM