从0到1构建一个LLMs
Contents
What’s LLMs?
Large Language Models (LLMs) are a type of deep learning models specifically designed to understand, generate, and manipulate human language.
Architecture Of LLMs
Large Language Models (LLMs) are primarily based on the Transformer architecture.
The architecture of Trnasfomer relias on the self-attetion mechanism.
文本数据处理[Working with text data]
深度学习和PyTorch
什么是深入学习?